#73a720

Color #73A720 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #73A720

Tints of Christi #73A720

Color information

#73A720 (or 0x73A720) is unknown color: approx Christi. HEX triplet: 73, A7 and 20. RGB value is (115,167,32). Sum of RGB (Red+Green+Blue) = 115+167+32=314 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.62% from 314); Green value is 167 (65.62% from 255 or 53.18% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 167 - color contains mainly: green. Hex color #73A720 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A720 is #8C58DF. Grayscale: #888888. Windows color (decimal): -9197792 or 2140019. OLE color: 2140019.

HSL color Cylindrical-coordinate representation of color #73A720: hue angle of 83.11º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #73A720 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB11516732-
CMYK0.3100.810.35
HSL83.11º67.84%39.02%-
HSV(B)83.11º80.84%65.49%-
XYZ21.1531.396.31-
YUV136.0669.27112.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 36.62%
GREEN value IS 167 (65.62% from 255) = 53.18%
BLUE value IS 32 (12.89% from 255) = 10.19%
R=36.62%
G=53.18%
B=10.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal115167320.3100.810.3583.1167.8439.02
Hex73A7201F05123534427
Octal163247403701214312310447
Binary111001110100111100000111110101000110001110100111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73a720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73a720; }

 p { color: rgb(115,167,32); }

 H1.HeaderClassName
 {
   color: #73a720;
 }
 .AnyTagClassName
 {
   color: #73a720;
 }
</style>
background-color css

<style>
 a { background-color: #73a720; }

 a { background-color: rgb(115,167,32); }

 div.DivClassName
 {
   background-color: #73a720;
 }
 .BgClassName
 {
   background-color: #73a720;
 }
</style>
border-color css

<style>
 span { border-color: #73a720; }

 span { border-color: rgb(115,167,32); }

 td.TdClassName
 {
   border-color: #73a720;
 }
 .TagClassName
 {
   border-color: #73a720;
 }
</style>