#72A121

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

Shades of Christi #72A121

Tints of Christi #72A121

Color information

#72A121 (or 0x72A121) is unknown color: approx Christi. HEX triplet: 72, A1 and 21. RGB value is (114,161,33). Sum of RGB (Red+Green+Blue) = 114+161+33=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 161 (63.28% from 255 or 52.27% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 161 - color contains mainly: green. Hex color #72A121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A121 is #8D5EDE. Grayscale: #848484. Windows color (decimal): -9264863 or 2204018. OLE color: 2204018.

HSL color Cylindrical-coordinate representation of color #72A121: hue angle of 82.03º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72A121 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB11416133-
CMYK0.2900.800.37
HSL82.03º65.98%38.04%-
HSV(B)82.03º79.5%63.14%-
XYZ19.9629.186.02-
YUV132.3571.93114.91-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 161 (63.28% from 255) = 52.27%
BLUE value IS 33 (13.28% from 255) = 10.71%
R=37.01%
G=52.27%
B=10.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal114161330.2900.800.3782.0365.9838.04
Hex72A1211D05025524226
Octal162241413501204512210246
Binary111001010100001100001111010101000010010110100101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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