Shades of Christi #719D19
Tints of Christi #719D19
RGB
CMYK
RGB Variations
Color information
#719D19 (or 0x719D19) is known color: Christi. HEX triplet: 71, 9D and 19. RGB value is (113,157,25). Sum of RGB (Red+Green+Blue) = 113+157+25=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 157 (61.72% from 255 or 53.22% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 157 - color contains mainly: green. Hex color #719D19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719D19 is #8E62E6. Grayscale: #818181. Windows color (decimal): -9331431 or 1678705. OLE color: 1678705.
HSL color Cylindrical-coordinate representation of color #719D19: hue angle of 80º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #719D19 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 157 | 25 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.38 |
| HSL | 80º | 0.73% | 0.36% | - |
| HSV(B) | 80º | 0.84% | 0.62% | - |
| XYZ | 19.04 | 27.69 | 5.26 | - |
| YUV | 128.8 | 69.42 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 25 | 0.28 | 0 | 0.84 | 0.38 | 80 | 0.73 | 0.36 |
| Hex | 71 | 9D | 19 | 1C | 0 | 54 | 26 | 50 | 49 | 24 |
| Octal | 161 | 235 | 31 | 34 | 0 | 124 | 46 | 120 | 111 | 44 |
| Binary | 1110001 | 10011101 | 11001 | 11100 | 0 | 1010100 | 100110 | 1010000 | 1001001 | 100100 |
Color Harmonies of #719D19
Complementary color
Monochromatic Colors of #719D19
Black with #719D19
Text Example
Text Example
White with #719D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719D19; }
p { color: rgb(113,157,25); }
H1.HeaderClassName
{
color: #719D19;
}
.AnyTagClassName
{
color: #719D19;
}
</style>
background-color css
<style>
a { background-color: #719D19; }
a { background-color: rgb(113,157,25); }
div.DivClassName
{
background-color: #719D19;
}
.BgClassName
{
background-color: #719D19;
}
</style>
border-color css
<style>
span { border-color: #719D19; }
span { border-color: rgb(113,157,25); }
td.TdClassName
{
border-color: #719D19;
}
.TagClassName
{
border-color: #719D19;
}
</style>