Shades of Christi #709808
Tints of Christi #709808
RGB
CMYK
RGB Variations
Color information
#709808 (or 0x709808) is known color: Christi. HEX triplet: 70, 98 and 08. RGB value is (112,152,8). Sum of RGB (Red+Green+Blue) = 112+152+8=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 152 (59.77% from 255 or 55.88% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 152 - color contains mainly: green. Hex color #709808 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709808 is #8F67F7. Grayscale: #7C7C7C. Windows color (decimal): -9398264 or 563312. OLE color: 563312.
HSL color Cylindrical-coordinate representation of color #709808: hue angle of 76.67º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #709808 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 112 | 152 | 8 | - |
| CMYK | 0.26 | 0 | 0.95 | 0.40 |
| HSL | 76.67º | 0.9% | 0.31% | - |
| HSV(B) | 76.67º | 0.95% | 0.6% | - |
| XYZ | 17.95 | 25.92 | 4.29 | - |
| YUV | 123.62 | 62.75 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 152 | 8 | 0.26 | 0 | 0.95 | 0.40 | 76.67 | 0.9 | 0.31 |
| Hex | 70 | 98 | 8 | 1A | 0 | 5F | 28 | 4D | 5A | 1F |
| Octal | 160 | 230 | 10 | 32 | 0 | 137 | 50 | 115 | 132 | 37 |
| Binary | 1110000 | 10011000 | 1000 | 11010 | 0 | 1011111 | 101000 | 1001101 | 1011010 | 11111 |
Color Harmonies of #709808
Complementary color
Monochromatic Colors of #709808
Black with #709808
Text Example
Text Example
White with #709808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709808; }
p { color: rgb(112,152,8); }
H1.HeaderClassName
{
color: #709808;
}
.AnyTagClassName
{
color: #709808;
}
</style>
background-color css
<style>
a { background-color: #709808; }
a { background-color: rgb(112,152,8); }
div.DivClassName
{
background-color: #709808;
}
.BgClassName
{
background-color: #709808;
}
</style>
border-color css
<style>
span { border-color: #709808; }
span { border-color: rgb(112,152,8); }
td.TdClassName
{
border-color: #709808;
}
.TagClassName
{
border-color: #709808;
}
</style>