Shades of Christi #72AC0A
Tints of Christi #72AC0A
RGB
CMYK
RGB Variations
Color information
#72AC0A (or 0x72AC0A) is known color: Christi. HEX triplet: 72, AC and 0A. RGB value is (114,172,10). Sum of RGB (Red+Green+Blue) = 114+172+10=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 172 (67.58% from 255 or 58.11% from 296); Blue value is 10 (4.30% from 255 or 3.38% from 296); Max value from RGB is 172 - color contains mainly: green. Hex color #72AC0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72AC0A is #8D53F5. Grayscale: #888888. Windows color (decimal): -9262070 or 699506. OLE color: 699506.
HSL color Cylindrical-coordinate representation of color #72AC0A: hue angle of 81.48º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #72AC0A is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 172 | 10 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.33 |
| HSL | 81.48º | 0.89% | 0.36% | - |
| HSV(B) | 81.48º | 0.94% | 0.67% | - |
| XYZ | 21.75 | 33.1 | 5.53 | - |
| YUV | 136.19 | 56.78 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 172 | 10 | 0.34 | 0 | 0.94 | 0.33 | 81.48 | 0.89 | 0.36 |
| Hex | 72 | AC | A | 22 | 0 | 5E | 21 | 51 | 59 | 24 |
| Octal | 162 | 254 | 12 | 42 | 0 | 136 | 41 | 121 | 131 | 44 |
| Binary | 1110010 | 10101100 | 1010 | 100010 | 0 | 1011110 | 100001 | 1010001 | 1011001 | 100100 |
Color Harmonies of #72AC0A
Complementary color
Monochromatic Colors of #72AC0A
Black with #72AC0A
Text Example
Text Example
White with #72AC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AC0A; }
p { color: rgb(114,172,10); }
H1.HeaderClassName
{
color: #72AC0A;
}
.AnyTagClassName
{
color: #72AC0A;
}
</style>
background-color css
<style>
a { background-color: #72AC0A; }
a { background-color: rgb(114,172,10); }
div.DivClassName
{
background-color: #72AC0A;
}
.BgClassName
{
background-color: #72AC0A;
}
</style>
border-color css
<style>
span { border-color: #72AC0A; }
span { border-color: rgb(114,172,10); }
td.TdClassName
{
border-color: #72AC0A;
}
.TagClassName
{
border-color: #72AC0A;
}
</style>