#72A60B

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

Shades of Christi #72A60B

Tints of Christi #72A60B

Color information

#72A60B (or 0x72A60B) is unknown color: approx Christi. HEX triplet: 72, A6 and 0B. RGB value is (114,166,11). Sum of RGB (Red+Green+Blue) = 114+166+11=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 166 (65.23% from 255 or 57.04% from 291); Blue value is 11 (4.69% from 255 or 3.78% from 291); Max value from RGB is 166 - color contains mainly: green. Hex color #72A60B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A60B is #8D59F4. Grayscale: #858585. Windows color (decimal): -9263605 or 763506. OLE color: 763506.

HSL color Cylindrical-coordinate representation of color #72A60B: hue angle of 80.13º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #72A60B is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB11416611-
CMYK0.3100.930.35
HSL80.13º87.57%34.71%-
HSV(B)80.13º93.37%65.1%-
XYZ20.6430.875.19-
YUV132.7859.27114.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.18%
GREEN value IS 166 (65.23% from 255) = 57.04%
BLUE value IS 11 (4.69% from 255) = 3.78%
R=39.18%
G=57.04%
B=3.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal114166110.3100.930.3580.1387.5734.71
Hex72A6B1F05D23505823
Octal162246133701354312013043
Binary1110010101001101011111110101110110001110100001011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A60B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,166,11); }

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

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

 a { background-color: rgb(114,166,11); }

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

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

 span { border-color: rgb(114,166,11); }

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