#72A61F

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

Shades of Christi #72A61F

Tints of Christi #72A61F

Color information

#72A61F (or 0x72A61F) is unknown color: approx Christi. HEX triplet: 72, A6 and 1F. RGB value is (114,166,31). Sum of RGB (Red+Green+Blue) = 114+166+31=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 166 (65.23% from 255 or 53.38% from 311); Blue value is 31 (12.5% from 255 or 9.97% from 311); Max value from RGB is 166 - color contains mainly: green. Hex color #72A61F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A61F is #8D59E0. Grayscale: #878787. Windows color (decimal): -9263585 or 2074226. OLE color: 2074226.

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

Color convert

RGB11416631-
CMYK0.3100.810.35
HSL83.11º68.53%38.63%-
HSV(B)83.11º81.33%65.1%-
XYZ20.8230.956.17-
YUV135.0669.27112.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.66%
GREEN value IS 166 (65.23% from 255) = 53.38%
BLUE value IS 31 (12.5% from 255) = 9.97%
R=36.66%
G=53.38%
B=9.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal114166310.3100.810.3583.1168.5338.63
Hex72A61F1F05123534527
Octal162246373701214312310547
Binary11100101010011011111111110101000110001110100111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A61F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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