Shades of Christi #72A805
Tints of Christi #72A805
RGB
CMYK
RGB Variations
Color information
#72A805 (or 0x72A805) is known color: Christi. HEX triplet: 72, A8 and 05. RGB value is (114,168,5). Sum of RGB (Red+Green+Blue) = 114+168+5=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 168 (66.02% from 255 or 58.54% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 168 - color contains mainly: green. Hex color #72A805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A805 is #8D57FA. Grayscale: #858585. Windows color (decimal): -9263099 or 370802. OLE color: 370802.
HSL color Cylindrical-coordinate representation of color #72A805: hue angle of 79.88º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72A805 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 114 | 168 | 5 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.34 |
| HSL | 79.88º | 0.94% | 0.34% | - |
| HSV(B) | 79.88º | 0.97% | 0.66% | - |
| XYZ | 20.97 | 31.59 | 5.14 | - |
| YUV | 133.27 | 55.61 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 168 | 5 | 0.32 | 0 | 0.97 | 0.34 | 79.88 | 0.94 | 0.34 |
| Hex | 72 | A8 | 5 | 20 | 0 | 61 | 22 | 50 | 5E | 22 |
| Octal | 162 | 250 | 5 | 40 | 0 | 141 | 42 | 120 | 136 | 42 |
| Binary | 1110010 | 10101000 | 101 | 100000 | 0 | 1100001 | 100010 | 1010000 | 1011110 | 100010 |
Color Harmonies of #72A805
Complementary color
Monochromatic Colors of #72A805
Black with #72A805
Text Example
Text Example
White with #72A805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A805; }
p { color: rgb(114,168,5); }
H1.HeaderClassName
{
color: #72A805;
}
.AnyTagClassName
{
color: #72A805;
}
</style>
background-color css
<style>
a { background-color: #72A805; }
a { background-color: rgb(114,168,5); }
div.DivClassName
{
background-color: #72A805;
}
.BgClassName
{
background-color: #72A805;
}
</style>
border-color css
<style>
span { border-color: #72A805; }
span { border-color: rgb(114,168,5); }
td.TdClassName
{
border-color: #72A805;
}
.TagClassName
{
border-color: #72A805;
}
</style>