#72a716

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

Shades of Christi #72A716

Tints of Christi #72A716

Color information

#72A716 (or 0x72A716) is unknown color: approx Christi. HEX triplet: 72, A7 and 16. RGB value is (114,167,22). Sum of RGB (Red+Green+Blue) = 114+167+22=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 167 (65.62% from 255 or 55.12% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 167 - color contains mainly: green. Hex color #72A716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A716 is #8D58E9. Grayscale: #878787. Windows color (decimal): -9263338 or 1484658. OLE color: 1484658.

HSL color Cylindrical-coordinate representation of color #72A716: hue angle of 81.93º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72A716 is Cyan = 0.32, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB11416722-
CMYK0.3200.870.35
HSL81.93º76.72%37.06%-
HSV(B)81.93º86.83%65.49%-
XYZ20.931.275.69-
YUV134.6264.44113.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.62%
GREEN value IS 167 (65.62% from 255) = 55.12%
BLUE value IS 22 (8.98% from 255) = 7.26%
R=37.62%
G=55.12%
B=7.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal114167220.3200.870.3581.9376.7237.06
Hex72A7162005723524d25
Octal162247264001274312211545
Binary111001010100111101101000000101011110001110100101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72a716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,167,22); }

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

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

 a { background-color: rgb(114,167,22); }

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

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

 span { border-color: rgb(114,167,22); }

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