Shades of Christi #72A710
Tints of Christi #72A710
RGB
CMYK
RGB Variations
Color information
#72A710 (or 0x72A710) is known color: Christi. HEX triplet: 72, A7 and 10. RGB value is (114,167,16). Sum of RGB (Red+Green+Blue) = 114+167+16=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 167 (65.62% from 255 or 56.23% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 167 - color contains mainly: green. Hex color #72A710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #72A710 is #8D58EF. Grayscale: #868686. Windows color (decimal): -9263344 or 1091442. OLE color: 1091442.
HSL color Cylindrical-coordinate representation of color #72A710: hue angle of 81.06º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72A710 is Cyan = 0.32, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 114 | 167 | 16 | - |
| CMYK | 0.32 | 0 | 0.90 | 0.35 |
| HSL | 81.06º | 0.83% | 0.36% | - |
| HSV(B) | 81.06º | 0.9% | 0.65% | - |
| XYZ | 20.85 | 31.25 | 5.42 | - |
| YUV | 133.94 | 61.44 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 167 | 16 | 0.32 | 0 | 0.90 | 0.35 | 81.06 | 0.83 | 0.36 |
| Hex | 72 | A7 | 10 | 20 | 0 | 5A | 23 | 51 | 53 | 24 |
| Octal | 162 | 247 | 20 | 40 | 0 | 132 | 43 | 121 | 123 | 44 |
| Binary | 1110010 | 10100111 | 10000 | 100000 | 0 | 1011010 | 100011 | 1010001 | 1010011 | 100100 |
Color Harmonies of #72A710
Complementary color
Monochromatic Colors of #72A710
Black with #72A710
Text Example
Text Example
White with #72A710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72A710; }
p { color: rgb(114,167,16); }
H1.HeaderClassName
{
color: #72A710;
}
.AnyTagClassName
{
color: #72A710;
}
</style>
background-color css
<style>
a { background-color: #72A710; }
a { background-color: rgb(114,167,16); }
div.DivClassName
{
background-color: #72A710;
}
.BgClassName
{
background-color: #72A710;
}
</style>
border-color css
<style>
span { border-color: #72A710; }
span { border-color: rgb(114,167,16); }
td.TdClassName
{
border-color: #72A710;
}
.TagClassName
{
border-color: #72A710;
}
</style>