Shades of Christi #719C16
Tints of Christi #719C16
RGB
CMYK
RGB Variations
Color information
#719C16 (or 0x719C16) is known color: Christi. HEX triplet: 71, 9C and 16. RGB value is (113,156,22). Sum of RGB (Red+Green+Blue) = 113+156+22=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 156 (61.33% from 255 or 53.61% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 156 - color contains mainly: green. Hex color #719C16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719C16 is #8E63E9. Grayscale: #808080. Windows color (decimal): -9331690 or 1481841. OLE color: 1481841.
HSL color Cylindrical-coordinate representation of color #719C16: hue angle of 79.25º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #719C16 is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 156 | 22 | - |
| CMYK | 0.28 | 0 | 0.86 | 0.39 |
| HSL | 79.25º | 0.75% | 0.35% | - |
| HSV(B) | 79.25º | 0.86% | 0.61% | - |
| XYZ | 18.84 | 27.35 | 5.04 | - |
| YUV | 127.87 | 68.25 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 22 | 0.28 | 0 | 0.86 | 0.39 | 79.25 | 0.75 | 0.35 |
| Hex | 71 | 9C | 16 | 1C | 0 | 56 | 27 | 4F | 4B | 23 |
| Octal | 161 | 234 | 26 | 34 | 0 | 126 | 47 | 117 | 113 | 43 |
| Binary | 1110001 | 10011100 | 10110 | 11100 | 0 | 1010110 | 100111 | 1001111 | 1001011 | 100011 |
Color Harmonies of #719C16
Complementary color
Monochromatic Colors of #719C16
Black with #719C16
Text Example
Text Example
White with #719C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719C16; }
p { color: rgb(113,156,22); }
H1.HeaderClassName
{
color: #719C16;
}
.AnyTagClassName
{
color: #719C16;
}
</style>
background-color css
<style>
a { background-color: #719C16; }
a { background-color: rgb(113,156,22); }
div.DivClassName
{
background-color: #719C16;
}
.BgClassName
{
background-color: #719C16;
}
</style>
border-color css
<style>
span { border-color: #719C16; }
span { border-color: rgb(113,156,22); }
td.TdClassName
{
border-color: #719C16;
}
.TagClassName
{
border-color: #719C16;
}
</style>