Shades of Christi #72A009
Tints of Christi #72A009
RGB
CMYK
RGB Variations
Color information
#72A009 (or 0x72A009) is known color: Christi. HEX triplet: 72, A0 and 09. RGB value is (114,160,9). Sum of RGB (Red+Green+Blue) = 114+160+9=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 160 (62.89% from 255 or 56.54% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 160 - color contains mainly: green. Hex color #72A009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A009 is #8D5FF6. Grayscale: #818181. Windows color (decimal): -9265143 or 630898. OLE color: 630898.
HSL color Cylindrical-coordinate representation of color #72A009: hue angle of 78.28º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72A009 is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 160 | 9 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.37 |
| HSL | 78.28º | 0.89% | 0.33% | - |
| HSV(B) | 78.28º | 0.94% | 0.63% | - |
| XYZ | 19.56 | 28.74 | 4.77 | - |
| YUV | 129.03 | 60.26 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 160 | 9 | 0.29 | 0 | 0.94 | 0.37 | 78.28 | 0.89 | 0.33 |
| Hex | 72 | A0 | 9 | 1D | 0 | 5E | 25 | 4E | 59 | 21 |
| Octal | 162 | 240 | 11 | 35 | 0 | 136 | 45 | 116 | 131 | 41 |
| Binary | 1110010 | 10100000 | 1001 | 11101 | 0 | 1011110 | 100101 | 1001110 | 1011001 | 100001 |
Color Harmonies of #72A009
Complementary color
Monochromatic Colors of #72A009
Black with #72A009
Text Example
Text Example
White with #72A009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A009; }
p { color: rgb(114,160,9); }
H1.HeaderClassName
{
color: #72A009;
}
.AnyTagClassName
{
color: #72A009;
}
</style>
background-color css
<style>
a { background-color: #72A009; }
a { background-color: rgb(114,160,9); }
div.DivClassName
{
background-color: #72A009;
}
.BgClassName
{
background-color: #72A009;
}
</style>
border-color css
<style>
span { border-color: #72A009; }
span { border-color: rgb(114,160,9); }
td.TdClassName
{
border-color: #72A009;
}
.TagClassName
{
border-color: #72A009;
}
</style>