#72A215

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

Shades of Christi #72A215

Tints of Christi #72A215

Color information

#72A215 (or 0x72A215) is unknown color: approx Christi. HEX triplet: 72, A2 and 15. RGB value is (114,162,21). Sum of RGB (Red+Green+Blue) = 114+162+21=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 162 (63.67% from 255 or 54.55% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 162 - color contains mainly: green. Hex color #72A215 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A215 is #8D5DEA. Grayscale: #848484. Windows color (decimal): -9264619 or 1417842. OLE color: 1417842.

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

Color convert

RGB11416221-
CMYK0.3000.870.36
HSL80.43º77.05%35.88%-
HSV(B)80.43º87.04%63.53%-
XYZ2029.475.34-
YUV131.5765.6115.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.38%
GREEN value IS 162 (63.67% from 255) = 54.55%
BLUE value IS 21 (8.59% from 255) = 7.07%
R=38.38%
G=54.55%
B=7.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal114162210.3000.870.3680.4377.0535.88
Hex72A2151E05724504d24
Octal162242253601274412011544
Binary11100101010001010101111100101011110010010100001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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