Shades of Christi #719E18
Tints of Christi #719E18
RGB
CMYK
RGB Variations
Color information
#719E18 (or 0x719E18) is known color: Christi. HEX triplet: 71, 9E and 18. RGB value is (113,158,24). Sum of RGB (Red+Green+Blue) = 113+158+24=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 158 (62.11% from 255 or 53.56% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 158 - color contains mainly: green. Hex color #719E18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719E18 is #8E61E7. Grayscale: #818181. Windows color (decimal): -9331176 or 1613425. OLE color: 1613425.
HSL color Cylindrical-coordinate representation of color #719E18: hue angle of 80.15º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #719E18 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 113 | 158 | 24 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.38 |
| HSL | 80.15º | 0.74% | 0.36% | - |
| HSV(B) | 80.15º | 0.85% | 0.62% | - |
| XYZ | 19.2 | 28.03 | 5.26 | - |
| YUV | 129.27 | 68.59 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 158 | 24 | 0.28 | 0 | 0.85 | 0.38 | 80.15 | 0.74 | 0.36 |
| Hex | 71 | 9E | 18 | 1C | 0 | 55 | 26 | 50 | 4A | 24 |
| Octal | 161 | 236 | 30 | 34 | 0 | 125 | 46 | 120 | 112 | 44 |
| Binary | 1110001 | 10011110 | 11000 | 11100 | 0 | 1010101 | 100110 | 1010000 | 1001010 | 100100 |
Color Harmonies of #719E18
Complementary color
Monochromatic Colors of #719E18
Black with #719E18
Text Example
Text Example
White with #719E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719E18; }
p { color: rgb(113,158,24); }
H1.HeaderClassName
{
color: #719E18;
}
.AnyTagClassName
{
color: #719E18;
}
</style>
background-color css
<style>
a { background-color: #719E18; }
a { background-color: rgb(113,158,24); }
div.DivClassName
{
background-color: #719E18;
}
.BgClassName
{
background-color: #719E18;
}
</style>
border-color css
<style>
span { border-color: #719E18; }
span { border-color: rgb(113,158,24); }
td.TdClassName
{
border-color: #719E18;
}
.TagClassName
{
border-color: #719E18;
}
</style>