Shades of Christi #709D00
Tints of Christi #709D00
RGB
CMYK
RGB Variations
Color information
#709D00 (or 0x709D00) is known color: Christi. HEX triplet: 70, 9D and 00. RGB value is (112,157,0). Sum of RGB (Red+Green+Blue) = 112+157+0=269 (35% of max value = 765). Red value is 112 (44.14% from 255 or 41.64% from 269); Green value is 157 (61.72% from 255 or 58.36% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 157 - color contains mainly: green. Hex color #709D00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709D00 is #8F62FF. Grayscale: #7E7E7E. Windows color (decimal): -9396992 or 40304. OLE color: 40304.
HSL color Cylindrical-coordinate representation of color #709D00: hue angle of 77.2º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #709D00 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 157 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.38 |
| HSL | 77.2º | 1% | 0.31% | - |
| HSV(B) | 77.2º | 1% | 0.62% | - |
| XYZ | 18.74 | 27.56 | 4.33 | - |
| YUV | 125.65 | 57.09 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 157 | 0 | 0.29 | 0 | 1 | 0.38 | 77.2 | 1 | 0.31 |
| Hex | 70 | 9D | 0 | 1D | 0 | 64 | 26 | 4D | 64 | 1F |
| Octal | 160 | 235 | 0 | 35 | 0 | 144 | 46 | 115 | 144 | 37 |
| Binary | 1110000 | 10011101 | 0 | 11101 | 0 | 1100100 | 100110 | 1001101 | 1100100 | 11111 |
Color Harmonies of #709D00
Complementary color
Monochromatic Colors of #709D00
Black with #709D00
Text Example
Text Example
White with #709D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709D00; }
p { color: rgb(112,157,0); }
H1.HeaderClassName
{
color: #709D00;
}
.AnyTagClassName
{
color: #709D00;
}
</style>
background-color css
<style>
a { background-color: #709D00; }
a { background-color: rgb(112,157,0); }
div.DivClassName
{
background-color: #709D00;
}
.BgClassName
{
background-color: #709D00;
}
</style>
border-color css
<style>
span { border-color: #709D00; }
span { border-color: rgb(112,157,0); }
td.TdClassName
{
border-color: #709D00;
}
.TagClassName
{
border-color: #709D00;
}
</style>