Shades of Christi #719A0F
Tints of Christi #719A0F
RGB
CMYK
RGB Variations
Color information
#719A0F (or 0x719A0F) is known color: Christi. HEX triplet: 71, 9A and 0F. RGB value is (113,154,15). Sum of RGB (Red+Green+Blue) = 113+154+15=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 154 (60.55% from 255 or 54.61% from 282); Blue value is 15 (6.25% from 255 or 5.32% from 282); Max value from RGB is 154 - color contains mainly: green. Hex color #719A0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #719A0F is #8E65F0. Grayscale: #7E7E7E. Windows color (decimal): -9332209 or 1022577. OLE color: 1022577.
HSL color Cylindrical-coordinate representation of color #719A0F: hue angle of 77.7º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #719A0F is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 113 | 154 | 15 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.40 |
| HSL | 77.7º | 0.82% | 0.33% | - |
| HSV(B) | 77.7º | 0.9% | 0.6% | - |
| XYZ | 18.45 | 26.66 | 4.62 | - |
| YUV | 125.9 | 65.42 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 154 | 15 | 0.27 | 0 | 0.90 | 0.40 | 77.7 | 0.82 | 0.33 |
| Hex | 71 | 9A | F | 1B | 0 | 5A | 28 | 4E | 52 | 21 |
| Octal | 161 | 232 | 17 | 33 | 0 | 132 | 50 | 116 | 122 | 41 |
| Binary | 1110001 | 10011010 | 1111 | 11011 | 0 | 1011010 | 101000 | 1001110 | 1010010 | 100001 |
Color Harmonies of #719A0F
Complementary color
Monochromatic Colors of #719A0F
Black with #719A0F
Text Example
Text Example
White with #719A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719A0F; }
p { color: rgb(113,154,15); }
H1.HeaderClassName
{
color: #719A0F;
}
.AnyTagClassName
{
color: #719A0F;
}
</style>
background-color css
<style>
a { background-color: #719A0F; }
a { background-color: rgb(113,154,15); }
div.DivClassName
{
background-color: #719A0F;
}
.BgClassName
{
background-color: #719A0F;
}
</style>
border-color css
<style>
span { border-color: #719A0F; }
span { border-color: rgb(113,154,15); }
td.TdClassName
{
border-color: #719A0F;
}
.TagClassName
{
border-color: #719A0F;
}
</style>