Shades of Christi #729F16
Tints of Christi #729F16
RGB
CMYK
RGB Variations
Color information
#729F16 (or 0x729F16) is known color: Christi. HEX triplet: 72, 9F and 16. RGB value is (114,159,22). Sum of RGB (Red+Green+Blue) = 114+159+22=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 159 (62.5% from 255 or 53.90% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 159 - color contains mainly: green. Hex color #729F16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729F16 is #8D60E9. Grayscale: #828282. Windows color (decimal): -9265386 or 1482610. OLE color: 1482610.
HSL color Cylindrical-coordinate representation of color #729F16: hue angle of 79.71º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #729F16 is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 159 | 22 | - |
| CMYK | 0.28 | 0 | 0.86 | 0.38 |
| HSL | 79.71º | 0.76% | 0.35% | - |
| HSV(B) | 79.71º | 0.86% | 0.62% | - |
| XYZ | 19.48 | 28.43 | 5.22 | - |
| YUV | 129.93 | 67.09 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 159 | 22 | 0.28 | 0 | 0.86 | 0.38 | 79.71 | 0.76 | 0.35 |
| Hex | 72 | 9F | 16 | 1C | 0 | 56 | 26 | 50 | 4C | 23 |
| Octal | 162 | 237 | 26 | 34 | 0 | 126 | 46 | 120 | 114 | 43 |
| Binary | 1110010 | 10011111 | 10110 | 11100 | 0 | 1010110 | 100110 | 1010000 | 1001100 | 100011 |
Color Harmonies of #729F16
Complementary color
Monochromatic Colors of #729F16
Black with #729F16
Text Example
Text Example
White with #729F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729F16; }
p { color: rgb(114,159,22); }
H1.HeaderClassName
{
color: #729F16;
}
.AnyTagClassName
{
color: #729F16;
}
</style>
background-color css
<style>
a { background-color: #729F16; }
a { background-color: rgb(114,159,22); }
div.DivClassName
{
background-color: #729F16;
}
.BgClassName
{
background-color: #729F16;
}
</style>
border-color css
<style>
span { border-color: #729F16; }
span { border-color: rgb(114,159,22); }
td.TdClassName
{
border-color: #729F16;
}
.TagClassName
{
border-color: #729F16;
}
</style>