#72A120

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

Shades of Christi #72A120

Tints of Christi #72A120

Color information

#72A120 (or 0x72A120) is unknown color: approx Christi. HEX triplet: 72, A1 and 20. RGB value is (114,161,32). Sum of RGB (Red+Green+Blue) = 114+161+32=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 161 (63.28% from 255 or 52.44% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 161 - color contains mainly: green. Hex color #72A120 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A120 is #8D5EDF. Grayscale: #848484. Windows color (decimal): -9264864 or 2138482. OLE color: 2138482.

HSL color Cylindrical-coordinate representation of color #72A120: hue angle of 81.86º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72A120 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB11416132-
CMYK0.2900.800.37
HSL81.86º66.84%37.84%-
HSV(B)81.86º80.12%63.14%-
XYZ19.9529.175.95-
YUV132.2471.43114.99-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 161 (63.28% from 255) = 52.44%
BLUE value IS 32 (12.89% from 255) = 10.42%
R=37.13%
G=52.44%
B=10.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal114161320.2900.800.3781.8666.8437.84
Hex72A1201D05025524326
Octal162241403501204512210346
Binary111001010100001100000111010101000010010110100101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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