#72A10F

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

Shades of Christi #72A10F

Tints of Christi #72A10F

Color information

#72A10F (or 0x72A10F) is unknown color: approx Christi. HEX triplet: 72, A1 and 0F. RGB value is (114,161,15). Sum of RGB (Red+Green+Blue) = 114+161+15=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 161 (63.28% from 255 or 55.52% from 290); Blue value is 15 (6.25% from 255 or 5.17% from 290); Max value from RGB is 161 - color contains mainly: green. Hex color #72A10F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A10F is #8D5EF0. Grayscale: #828282. Windows color (decimal): -9264881 or 1024370. OLE color: 1024370.

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

Color convert

RGB11416115-
CMYK0.2900.910.37
HSL79.32º82.95%34.51%-
HSV(B)79.32º90.68%63.14%-
XYZ19.7729.15.03-
YUV130.362.93116.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.31%
GREEN value IS 161 (63.28% from 255) = 55.52%
BLUE value IS 15 (6.25% from 255) = 5.17%
R=39.31%
G=55.52%
B=5.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal114161150.2900.910.3779.3282.9534.51
Hex72A1F1D05B254f5323
Octal162241173501334511712343
Binary1110010101000011111111010101101110010110011111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A10F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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