Shades of Christi #709F10
Tints of Christi #709F10
RGB
CMYK
RGB Variations
Color information
#709F10 (or 0x709F10) is known color: Christi. HEX triplet: 70, 9F and 10. RGB value is (112,159,16). Sum of RGB (Red+Green+Blue) = 112+159+16=287 (38% of max value = 765). Red value is 112 (44.14% from 255 or 39.02% from 287); Green value is 159 (62.5% from 255 or 55.40% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 159 - color contains mainly: green. Hex color #709F10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709F10 is #8F60EF. Grayscale: #818181. Windows color (decimal): -9396464 or 1089392. OLE color: 1089392.
HSL color Cylindrical-coordinate representation of color #709F10: hue angle of 79.72º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #709F10 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 159 | 16 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.38 |
| HSL | 79.72º | 0.82% | 0.34% | - |
| HSV(B) | 79.72º | 0.9% | 0.62% | - |
| XYZ | 19.17 | 28.28 | 4.94 | - |
| YUV | 128.65 | 64.43 | 116.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 159 | 16 | 0.30 | 0 | 0.90 | 0.38 | 79.72 | 0.82 | 0.34 |
| Hex | 70 | 9F | 10 | 1E | 0 | 5A | 26 | 50 | 52 | 22 |
| Octal | 160 | 237 | 20 | 36 | 0 | 132 | 46 | 120 | 122 | 42 |
| Binary | 1110000 | 10011111 | 10000 | 11110 | 0 | 1011010 | 100110 | 1010000 | 1010010 | 100010 |
Color Harmonies of #709F10
Complementary color
Monochromatic Colors of #709F10
Black with #709F10
Text Example
Text Example
White with #709F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709F10; }
p { color: rgb(112,159,16); }
H1.HeaderClassName
{
color: #709F10;
}
.AnyTagClassName
{
color: #709F10;
}
</style>
background-color css
<style>
a { background-color: #709F10; }
a { background-color: rgb(112,159,16); }
div.DivClassName
{
background-color: #709F10;
}
.BgClassName
{
background-color: #709F10;
}
</style>
border-color css
<style>
span { border-color: #709F10; }
span { border-color: rgb(112,159,16); }
td.TdClassName
{
border-color: #709F10;
}
.TagClassName
{
border-color: #709F10;
}
</style>