#72AA20

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

Shades of Christi #72AA20

Tints of Christi #72AA20

Color information

#72AA20 (or 0x72AA20) is unknown color: approx Christi. HEX triplet: 72, AA and 20. RGB value is (114,170,32). Sum of RGB (Red+Green+Blue) = 114+170+32=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AA20 is #8D55DF. Grayscale: #8A8A8A. Windows color (decimal): -9262560 or 2140786. OLE color: 2140786.

HSL color Cylindrical-coordinate representation of color #72AA20: hue angle of 84.35º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72AA20 is Cyan = 0.33, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB11417032-
CMYK0.3300.810.33
HSL84.35º68.32%39.61%-
HSV(B)84.35º81.18%66.67%-
XYZ21.5732.436.49-
YUV137.5268.45111.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.08%
GREEN value IS 170 (66.80% from 255) = 53.80%
BLUE value IS 32 (12.89% from 255) = 10.13%
R=36.08%
G=53.80%
B=10.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114170320.3300.810.3384.3568.3239.61
Hex72AA202105121544428
Octal162252404101214112410450
Binary1110010101010101000001000010101000110000110101001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72AA20; }

 p { color: rgb(114,170,32); }

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

<style>
 a { background-color: #72AA20; }

 a { background-color: rgb(114,170,32); }

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

<style>
 span { border-color: #72AA20; }

 span { border-color: rgb(114,170,32); }

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