Shades of Christi #719B16
Tints of Christi #719B16
RGB
CMYK
RGB Variations
Color information
#719B16 (or 0x719B16) is known color: Christi. HEX triplet: 71, 9B and 16. RGB value is (113,155,22). Sum of RGB (Red+Green+Blue) = 113+155+22=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 155 (60.94% from 255 or 53.45% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 155 - color contains mainly: green. Hex color #719B16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719B16 is #8E64E9. Grayscale: #7F7F7F. Windows color (decimal): -9331946 or 1481585. OLE color: 1481585.
HSL color Cylindrical-coordinate representation of color #719B16: hue angle of 78.95º 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 #719B16 is Cyan = 0.27, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 155 | 22 | - |
| CMYK | 0.27 | 0 | 0.86 | 0.39 |
| HSL | 78.95º | 0.75% | 0.35% | - |
| HSV(B) | 78.95º | 0.86% | 0.61% | - |
| XYZ | 18.68 | 27.01 | 4.99 | - |
| YUV | 127.28 | 68.59 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 22 | 0.27 | 0 | 0.86 | 0.39 | 78.95 | 0.75 | 0.35 |
| Hex | 71 | 9B | 16 | 1B | 0 | 56 | 27 | 4F | 4B | 23 |
| Octal | 161 | 233 | 26 | 33 | 0 | 126 | 47 | 117 | 113 | 43 |
| Binary | 1110001 | 10011011 | 10110 | 11011 | 0 | 1010110 | 100111 | 1001111 | 1001011 | 100011 |
Color Harmonies of #719B16
Complementary color
Monochromatic Colors of #719B16
Black with #719B16
Text Example
Text Example
White with #719B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719B16; }
p { color: rgb(113,155,22); }
H1.HeaderClassName
{
color: #719B16;
}
.AnyTagClassName
{
color: #719B16;
}
</style>
background-color css
<style>
a { background-color: #719B16; }
a { background-color: rgb(113,155,22); }
div.DivClassName
{
background-color: #719B16;
}
.BgClassName
{
background-color: #719B16;
}
</style>
border-color css
<style>
span { border-color: #719B16; }
span { border-color: rgb(113,155,22); }
td.TdClassName
{
border-color: #719B16;
}
.TagClassName
{
border-color: #719B16;
}
</style>