Shades of Christi #719B0E
Tints of Christi #719B0E
RGB
CMYK
RGB Variations
Color information
#719B0E (or 0x719B0E) is known color: Christi. HEX triplet: 71, 9B and 0E. RGB value is (113,155,14). Sum of RGB (Red+Green+Blue) = 113+155+14=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 155 (60.94% from 255 or 54.96% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 155 - color contains mainly: green. Hex color #719B0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719B0E is #8E64F1. Grayscale: #7E7E7E. Windows color (decimal): -9331954 or 957297. OLE color: 957297.
HSL color Cylindrical-coordinate representation of color #719B0E: hue angle of 77.87º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #719B0E is Cyan = 0.27, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 155 | 14 | - |
| CMYK | 0.27 | 0 | 0.91 | 0.39 |
| HSL | 77.87º | 0.83% | 0.33% | - |
| HSV(B) | 77.87º | 0.91% | 0.61% | - |
| XYZ | 18.61 | 26.99 | 4.64 | - |
| YUV | 126.37 | 64.59 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 14 | 0.27 | 0 | 0.91 | 0.39 | 77.87 | 0.83 | 0.33 |
| Hex | 71 | 9B | E | 1B | 0 | 5B | 27 | 4E | 53 | 21 |
| Octal | 161 | 233 | 16 | 33 | 0 | 133 | 47 | 116 | 123 | 41 |
| Binary | 1110001 | 10011011 | 1110 | 11011 | 0 | 1011011 | 100111 | 1001110 | 1010011 | 100001 |
Color Harmonies of #719B0E
Complementary color
Monochromatic Colors of #719B0E
Black with #719B0E
Text Example
Text Example
White with #719B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719B0E; }
p { color: rgb(113,155,14); }
H1.HeaderClassName
{
color: #719B0E;
}
.AnyTagClassName
{
color: #719B0E;
}
</style>
background-color css
<style>
a { background-color: #719B0E; }
a { background-color: rgb(113,155,14); }
div.DivClassName
{
background-color: #719B0E;
}
.BgClassName
{
background-color: #719B0E;
}
</style>
border-color css
<style>
span { border-color: #719B0E; }
span { border-color: rgb(113,155,14); }
td.TdClassName
{
border-color: #719B0E;
}
.TagClassName
{
border-color: #719B0E;
}
</style>