Shades of Christi #709D16
Tints of Christi #709D16
RGB
CMYK
RGB Variations
Color information
#709D16 (or 0x709D16) is known color: Christi. HEX triplet: 70, 9D and 16. RGB value is (112,157,22). Sum of RGB (Red+Green+Blue) = 112+157+22=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 157 (61.72% from 255 or 53.95% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 157 - color contains mainly: green. Hex color #709D16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709D16 is #8F62E9. Grayscale: #808080. Windows color (decimal): -9396970 or 1482096. OLE color: 1482096.
HSL color Cylindrical-coordinate representation of color #709D16: hue angle of 80º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #709D16 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 157 | 22 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.38 |
| HSL | 80º | 0.75% | 0.35% | - |
| HSV(B) | 80º | 0.86% | 0.62% | - |
| XYZ | 18.88 | 27.62 | 5.09 | - |
| YUV | 128.16 | 68.09 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 157 | 22 | 0.29 | 0 | 0.86 | 0.38 | 80 | 0.75 | 0.35 |
| Hex | 70 | 9D | 16 | 1D | 0 | 56 | 26 | 50 | 4B | 23 |
| Octal | 160 | 235 | 26 | 35 | 0 | 126 | 46 | 120 | 113 | 43 |
| Binary | 1110000 | 10011101 | 10110 | 11101 | 0 | 1010110 | 100110 | 1010000 | 1001011 | 100011 |
Color Harmonies of #709D16
Complementary color
Monochromatic Colors of #709D16
Black with #709D16
Text Example
Text Example
White with #709D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709D16; }
p { color: rgb(112,157,22); }
H1.HeaderClassName
{
color: #709D16;
}
.AnyTagClassName
{
color: #709D16;
}
</style>
background-color css
<style>
a { background-color: #709D16; }
a { background-color: rgb(112,157,22); }
div.DivClassName
{
background-color: #709D16;
}
.BgClassName
{
background-color: #709D16;
}
</style>
border-color css
<style>
span { border-color: #709D16; }
span { border-color: rgb(112,157,22); }
td.TdClassName
{
border-color: #709D16;
}
.TagClassName
{
border-color: #709D16;
}
</style>