Shades of Christi #719B18
Tints of Christi #719B18
RGB
CMYK
RGB Variations
Color information
#719B18 (or 0x719B18) is known color: Christi. HEX triplet: 71, 9B and 18. RGB value is (113,155,24). Sum of RGB (Red+Green+Blue) = 113+155+24=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 155 (60.94% from 255 or 53.08% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 155 - color contains mainly: green. Hex color #719B18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719B18 is #8E64E7. Grayscale: #7F7F7F. Windows color (decimal): -9331944 or 1612657. OLE color: 1612657.
HSL color Cylindrical-coordinate representation of color #719B18: hue angle of 79.24º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #719B18 is Cyan = 0.27, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 155 | 24 | - |
| CMYK | 0.27 | 0 | 0.85 | 0.39 |
| HSL | 79.24º | 0.73% | 0.35% | - |
| HSV(B) | 79.24º | 0.85% | 0.61% | - |
| XYZ | 18.7 | 27.02 | 5.09 | - |
| YUV | 127.51 | 69.59 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 24 | 0.27 | 0 | 0.85 | 0.39 | 79.24 | 0.73 | 0.35 |
| Hex | 71 | 9B | 18 | 1B | 0 | 55 | 27 | 4F | 49 | 23 |
| Octal | 161 | 233 | 30 | 33 | 0 | 125 | 47 | 117 | 111 | 43 |
| Binary | 1110001 | 10011011 | 11000 | 11011 | 0 | 1010101 | 100111 | 1001111 | 1001001 | 100011 |
Color Harmonies of #719B18
Complementary color
Monochromatic Colors of #719B18
Black with #719B18
Text Example
Text Example
White with #719B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719B18; }
p { color: rgb(113,155,24); }
H1.HeaderClassName
{
color: #719B18;
}
.AnyTagClassName
{
color: #719B18;
}
</style>
background-color css
<style>
a { background-color: #719B18; }
a { background-color: rgb(113,155,24); }
div.DivClassName
{
background-color: #719B18;
}
.BgClassName
{
background-color: #719B18;
}
</style>
border-color css
<style>
span { border-color: #719B18; }
span { border-color: rgb(113,155,24); }
td.TdClassName
{
border-color: #719B18;
}
.TagClassName
{
border-color: #719B18;
}
</style>