Shades of Christi #709908
Tints of Christi #709908
RGB
CMYK
RGB Variations
Color information
#709908 (or 0x709908) is known color: Christi. HEX triplet: 70, 99 and 08. RGB value is (112,153,8). Sum of RGB (Red+Green+Blue) = 112+153+8=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 153 (60.16% from 255 or 56.04% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 153 - color contains mainly: green. Hex color #709908 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709908 is #8F66F7. Grayscale: #7C7C7C. Windows color (decimal): -9398008 or 563568. OLE color: 563568.
HSL color Cylindrical-coordinate representation of color #709908: hue angle of 76.97º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #709908 is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 112 | 153 | 8 | - |
| CMYK | 0.27 | 0 | 0.95 | 0.4 |
| HSL | 76.97º | 0.9% | 0.32% | - |
| HSV(B) | 76.97º | 0.95% | 0.6% | - |
| XYZ | 18.12 | 26.24 | 4.34 | - |
| YUV | 124.21 | 62.42 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 153 | 8 | 0.27 | 0 | 0.95 | 0.4 | 76.97 | 0.9 | 0.32 |
| Hex | 70 | 99 | 8 | 1B | 0 | 5F | 28 | 4D | 5A | 20 |
| Octal | 160 | 231 | 10 | 33 | 0 | 137 | 50 | 115 | 132 | 40 |
| Binary | 1110000 | 10011001 | 1000 | 11011 | 0 | 1011111 | 101000 | 1001101 | 1011010 | 100000 |
Color Harmonies of #709908
Complementary color
Monochromatic Colors of #709908
Black with #709908
Text Example
Text Example
White with #709908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709908; }
p { color: rgb(112,153,8); }
H1.HeaderClassName
{
color: #709908;
}
.AnyTagClassName
{
color: #709908;
}
</style>
background-color css
<style>
a { background-color: #709908; }
a { background-color: rgb(112,153,8); }
div.DivClassName
{
background-color: #709908;
}
.BgClassName
{
background-color: #709908;
}
</style>
border-color css
<style>
span { border-color: #709908; }
span { border-color: rgb(112,153,8); }
td.TdClassName
{
border-color: #709908;
}
.TagClassName
{
border-color: #709908;
}
</style>