Shades of Christi #709D10
Tints of Christi #709D10
RGB
CMYK
RGB Variations
Color information
#709D10 (or 0x709D10) is known color: Christi. HEX triplet: 70, 9D and 10. RGB value is (112,157,16). Sum of RGB (Red+Green+Blue) = 112+157+16=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 157 (61.72% from 255 or 55.09% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 157 - color contains mainly: green. Hex color #709D10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709D10 is #8F62EF. Grayscale: #7F7F7F. Windows color (decimal): -9396976 or 1088880. OLE color: 1088880.
HSL color Cylindrical-coordinate representation of color #709D10: hue angle of 79.15º 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 #709D10 is Cyan = 0.29, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 157 | 16 | - |
| CMYK | 0.29 | 0 | 0.90 | 0.38 |
| HSL | 79.15º | 0.82% | 0.34% | - |
| HSV(B) | 79.15º | 0.9% | 0.62% | - |
| XYZ | 18.83 | 27.6 | 4.82 | - |
| YUV | 127.47 | 65.09 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 157 | 16 | 0.29 | 0 | 0.90 | 0.38 | 79.15 | 0.82 | 0.34 |
| Hex | 70 | 9D | 10 | 1D | 0 | 5A | 26 | 4F | 52 | 22 |
| Octal | 160 | 235 | 20 | 35 | 0 | 132 | 46 | 117 | 122 | 42 |
| Binary | 1110000 | 10011101 | 10000 | 11101 | 0 | 1011010 | 100110 | 1001111 | 1010010 | 100010 |
Color Harmonies of #709D10
Complementary color
Monochromatic Colors of #709D10
Black with #709D10
Text Example
Text Example
White with #709D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709D10; }
p { color: rgb(112,157,16); }
H1.HeaderClassName
{
color: #709D10;
}
.AnyTagClassName
{
color: #709D10;
}
</style>
background-color css
<style>
a { background-color: #709D10; }
a { background-color: rgb(112,157,16); }
div.DivClassName
{
background-color: #709D10;
}
.BgClassName
{
background-color: #709D10;
}
</style>
border-color css
<style>
span { border-color: #709D10; }
span { border-color: rgb(112,157,16); }
td.TdClassName
{
border-color: #709D10;
}
.TagClassName
{
border-color: #709D10;
}
</style>