#72A50C

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

Shades of Christi #72A50C

Tints of Christi #72A50C

Color information

#72A50C (or 0x72A50C) is unknown color: approx Christi. HEX triplet: 72, A5 and 0C. RGB value is (114,165,12). Sum of RGB (Red+Green+Blue) = 114+165+12=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 165 (64.84% from 255 or 56.70% from 291); Blue value is 12 (5.08% from 255 or 4.12% from 291); Max value from RGB is 165 - color contains mainly: green. Hex color #72A50C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A50C is #8D5AF3. Grayscale: #848484. Windows color (decimal): -9263860 or 828786. OLE color: 828786.

HSL color Cylindrical-coordinate representation of color #72A50C: hue angle of 80º degrees, saturation: 0.86, 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 #72A50C is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB11416512-
CMYK0.3100.930.35
HSL80º86.44%34.71%-
HSV(B)80º92.73%64.71%-
XYZ20.4630.515.16-
YUV132.3160.1114.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.18%
GREEN value IS 165 (64.84% from 255) = 56.70%
BLUE value IS 12 (5.08% from 255) = 4.12%
R=39.18%
G=56.70%
B=4.12%

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
Decimal114165120.3100.930.358086.4434.71
Hex72A5C1F05D23505623
Octal162245143701354312012643
Binary1110010101001011100111110101110110001110100001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A50C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,165,12); }

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

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

 a { background-color: rgb(114,165,12); }

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

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

 span { border-color: rgb(114,165,12); }

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