#72A60F

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

Shades of Christi #72A60F

Tints of Christi #72A60F

Color information

#72A60F (or 0x72A60F) is unknown color: approx Christi. HEX triplet: 72, A6 and 0F. RGB value is (114,166,15). Sum of RGB (Red+Green+Blue) = 114+166+15=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 166 (65.23% from 255 or 56.27% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 166 - color contains mainly: green. Hex color #72A60F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A60F is #8D59F0. Grayscale: #858585. Windows color (decimal): -9263601 or 1025650. OLE color: 1025650.

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

Color convert

RGB11416615-
CMYK0.3100.910.35
HSL80.66º83.43%35.49%-
HSV(B)80.66º90.96%65.1%-
XYZ20.6630.885.32-
YUV133.2461.27114.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.64%
GREEN value IS 166 (65.23% from 255) = 56.27%
BLUE value IS 15 (6.25% from 255) = 5.08%
R=38.64%
G=56.27%
B=5.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal114166150.3100.910.3580.6683.4335.49
Hex72A6F1F05B23515323
Octal162246173701334312112343
Binary1110010101001101111111110101101110001110100011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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