#72A210

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

Shades of Christi #72A210

Tints of Christi #72A210

Color information

#72A210 (or 0x72A210) is unknown color: approx Christi. HEX triplet: 72, A2 and 10. RGB value is (114,162,16). Sum of RGB (Red+Green+Blue) = 114+162+16=292 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.04% from 292); Green value is 162 (63.67% from 255 or 55.48% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 162 - color contains mainly: green. Hex color #72A210 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A210 is #8D5DEF. Grayscale: #838383. Windows color (decimal): -9264624 or 1090162. OLE color: 1090162.

HSL color Cylindrical-coordinate representation of color #72A210: hue angle of 79.73º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72A210 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB11416216-
CMYK0.3000.900.36
HSL79.73º82.02%34.9%-
HSV(B)79.73º90.12%63.53%-
XYZ19.9529.465.12-
YUV13163.1115.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.04%
GREEN value IS 162 (63.67% from 255) = 55.48%
BLUE value IS 16 (6.64% from 255) = 5.48%
R=39.04%
G=55.48%
B=5.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal114162160.3000.900.3679.7382.0234.9
Hex72A2101E05A24505223
Octal162242203601324412012243
Binary11100101010001010000111100101101010010010100001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,162,16); }

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

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

 a { background-color: rgb(114,162,16); }

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

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

 span { border-color: rgb(114,162,16); }

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