Shades of Christi #709D08
Tints of Christi #709D08
RGB
CMYK
RGB Variations
Color information
#709D08 (or 0x709D08) is known color: Christi. HEX triplet: 70, 9D and 08. RGB value is (112,157,8). Sum of RGB (Red+Green+Blue) = 112+157+8=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 157 (61.72% from 255 or 56.68% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 157 - color contains mainly: green. Hex color #709D08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709D08 is #8F62F7. Grayscale: #7F7F7F. Windows color (decimal): -9396984 or 564592. OLE color: 564592.
HSL color Cylindrical-coordinate representation of color #709D08: hue angle of 78.12º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #709D08 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 157 | 8 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.38 |
| HSL | 78.12º | 0.9% | 0.32% | - |
| HSV(B) | 78.12º | 0.95% | 0.62% | - |
| XYZ | 18.78 | 27.58 | 4.56 | - |
| YUV | 126.56 | 61.09 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 157 | 8 | 0.29 | 0 | 0.95 | 0.38 | 78.12 | 0.9 | 0.32 |
| Hex | 70 | 9D | 8 | 1D | 0 | 5F | 26 | 4E | 5A | 20 |
| Octal | 160 | 235 | 10 | 35 | 0 | 137 | 46 | 116 | 132 | 40 |
| Binary | 1110000 | 10011101 | 1000 | 11101 | 0 | 1011111 | 100110 | 1001110 | 1011010 | 100000 |
Color Harmonies of #709D08
Complementary color
Monochromatic Colors of #709D08
Black with #709D08
Text Example
Text Example
White with #709D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709D08; }
p { color: rgb(112,157,8); }
H1.HeaderClassName
{
color: #709D08;
}
.AnyTagClassName
{
color: #709D08;
}
</style>
background-color css
<style>
a { background-color: #709D08; }
a { background-color: rgb(112,157,8); }
div.DivClassName
{
background-color: #709D08;
}
.BgClassName
{
background-color: #709D08;
}
</style>
border-color css
<style>
span { border-color: #709D08; }
span { border-color: rgb(112,157,8); }
td.TdClassName
{
border-color: #709D08;
}
.TagClassName
{
border-color: #709D08;
}
</style>