Shades of Christi #719C19
Tints of Christi #719C19
RGB
CMYK
RGB Variations
Color information
#719C19 (or 0x719C19) is known color: Christi. HEX triplet: 71, 9C and 19. RGB value is (113,156,25). Sum of RGB (Red+Green+Blue) = 113+156+25=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 156 (61.33% from 255 or 53.06% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 156 - color contains mainly: green. Hex color #719C19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719C19 is #8E63E6. Grayscale: #808080. Windows color (decimal): -9331687 or 1678449. OLE color: 1678449.
HSL color Cylindrical-coordinate representation of color #719C19: hue angle of 79.69º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #719C19 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 156 | 25 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.39 |
| HSL | 79.69º | 0.72% | 0.35% | - |
| HSV(B) | 79.69º | 0.84% | 0.61% | - |
| XYZ | 18.87 | 27.36 | 5.21 | - |
| YUV | 128.21 | 69.75 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 25 | 0.28 | 0 | 0.84 | 0.39 | 79.69 | 0.72 | 0.35 |
| Hex | 71 | 9C | 19 | 1C | 0 | 54 | 27 | 50 | 48 | 23 |
| Octal | 161 | 234 | 31 | 34 | 0 | 124 | 47 | 120 | 110 | 43 |
| Binary | 1110001 | 10011100 | 11001 | 11100 | 0 | 1010100 | 100111 | 1010000 | 1001000 | 100011 |
Color Harmonies of #719C19
Complementary color
Monochromatic Colors of #719C19
Black with #719C19
Text Example
Text Example
White with #719C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719C19; }
p { color: rgb(113,156,25); }
H1.HeaderClassName
{
color: #719C19;
}
.AnyTagClassName
{
color: #719C19;
}
</style>
background-color css
<style>
a { background-color: #719C19; }
a { background-color: rgb(113,156,25); }
div.DivClassName
{
background-color: #719C19;
}
.BgClassName
{
background-color: #719C19;
}
</style>
border-color css
<style>
span { border-color: #719C19; }
span { border-color: rgb(113,156,25); }
td.TdClassName
{
border-color: #719C19;
}
.TagClassName
{
border-color: #719C19;
}
</style>