Shades of Christi #72AA02
Tints of Christi #72AA02
RGB
CMYK
RGB Variations
Color information
#72AA02 (or 0x72AA02) is known color: Christi. HEX triplet: 72, AA and 02. RGB value is (114,170,2). Sum of RGB (Red+Green+Blue) = 114+170+2=286 (37% of max value = 765). Red value is 114 (44.92% from 255 or 39.86% from 286); Green value is 170 (66.80% from 255 or 59.44% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72AA02 is #8D55FD. Grayscale: #868686. Windows color (decimal): -9262590 or 174706. OLE color: 174706.
HSL color Cylindrical-coordinate representation of color #72AA02: hue angle of 80º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72AA02 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 170 | 2 | - |
| CMYK | 0.33 | 0 | 0.99 | 0.33 |
| HSL | 80º | 0.98% | 0.34% | - |
| HSV(B) | 80º | 0.99% | 0.67% | - |
| XYZ | 21.33 | 32.33 | 5.17 | - |
| YUV | 134.1 | 53.45 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 170 | 2 | 0.33 | 0 | 0.99 | 0.33 | 80 | 0.98 | 0.34 |
| Hex | 72 | AA | 2 | 21 | 0 | 63 | 21 | 50 | 62 | 22 |
| Octal | 162 | 252 | 2 | 41 | 0 | 143 | 41 | 120 | 142 | 42 |
| Binary | 1110010 | 10101010 | 10 | 100001 | 0 | 1100011 | 100001 | 1010000 | 1100010 | 100010 |
Color Harmonies of #72AA02
Complementary color
Monochromatic Colors of #72AA02
Black with #72AA02
Text Example
Text Example
White with #72AA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AA02; }
p { color: rgb(114,170,2); }
H1.HeaderClassName
{
color: #72AA02;
}
.AnyTagClassName
{
color: #72AA02;
}
</style>
background-color css
<style>
a { background-color: #72AA02; }
a { background-color: rgb(114,170,2); }
div.DivClassName
{
background-color: #72AA02;
}
.BgClassName
{
background-color: #72AA02;
}
</style>
border-color css
<style>
span { border-color: #72AA02; }
span { border-color: rgb(114,170,2); }
td.TdClassName
{
border-color: #72AA02;
}
.TagClassName
{
border-color: #72AA02;
}
</style>