Shades of Christi #719B08
Tints of Christi #719B08
RGB
CMYK
RGB Variations
Color information
#719B08 (or 0x719B08) is known color: Christi. HEX triplet: 71, 9B and 08. RGB value is (113,155,8). Sum of RGB (Red+Green+Blue) = 113+155+8=276 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.94% from 276); Green value is 155 (60.94% from 255 or 56.16% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 155 - color contains mainly: green. Hex color #719B08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719B08 is #8E64F7. Grayscale: #7E7E7E. Windows color (decimal): -9331960 or 564081. OLE color: 564081.
HSL color Cylindrical-coordinate representation of color #719B08: hue angle of 77.14º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #719B08 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 113 | 155 | 8 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.39 |
| HSL | 77.14º | 0.9% | 0.32% | - |
| HSV(B) | 77.14º | 0.95% | 0.61% | - |
| XYZ | 18.58 | 26.97 | 4.46 | - |
| YUV | 125.68 | 61.59 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 8 | 0.27 | 0 | 0.95 | 0.39 | 77.14 | 0.9 | 0.32 |
| Hex | 71 | 9B | 8 | 1B | 0 | 5F | 27 | 4D | 5A | 20 |
| Octal | 161 | 233 | 10 | 33 | 0 | 137 | 47 | 115 | 132 | 40 |
| Binary | 1110001 | 10011011 | 1000 | 11011 | 0 | 1011111 | 100111 | 1001101 | 1011010 | 100000 |
Color Harmonies of #719B08
Complementary color
Monochromatic Colors of #719B08
Black with #719B08
Text Example
Text Example
White with #719B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719B08; }
p { color: rgb(113,155,8); }
H1.HeaderClassName
{
color: #719B08;
}
.AnyTagClassName
{
color: #719B08;
}
</style>
background-color css
<style>
a { background-color: #719B08; }
a { background-color: rgb(113,155,8); }
div.DivClassName
{
background-color: #719B08;
}
.BgClassName
{
background-color: #719B08;
}
</style>
border-color css
<style>
span { border-color: #719B08; }
span { border-color: rgb(113,155,8); }
td.TdClassName
{
border-color: #719B08;
}
.TagClassName
{
border-color: #719B08;
}
</style>