Shades of Christi #709B06
Tints of Christi #709B06
RGB
CMYK
RGB Variations
Color information
#709B06 (or 0x709B06) is known color: Christi. HEX triplet: 70, 9B and 06. RGB value is (112,155,6). Sum of RGB (Red+Green+Blue) = 112+155+6=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 155 (60.94% from 255 or 56.78% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 155 - color contains mainly: green. Hex color #709B06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709B06 is #8F64F9. Grayscale: #7D7D7D. Windows color (decimal): -9397498 or 433008. OLE color: 433008.
HSL color Cylindrical-coordinate representation of color #709B06: hue angle of 77.32º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #709B06 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 155 | 6 | - |
| CMYK | 0.28 | 0 | 0.96 | 0.39 |
| HSL | 77.32º | 0.93% | 0.32% | - |
| HSV(B) | 77.32º | 0.96% | 0.61% | - |
| XYZ | 18.44 | 26.9 | 4.39 | - |
| YUV | 125.16 | 60.75 | 118.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 155 | 6 | 0.28 | 0 | 0.96 | 0.39 | 77.32 | 0.93 | 0.32 |
| Hex | 70 | 9B | 6 | 1C | 0 | 60 | 27 | 4D | 5D | 20 |
| Octal | 160 | 233 | 6 | 34 | 0 | 140 | 47 | 115 | 135 | 40 |
| Binary | 1110000 | 10011011 | 110 | 11100 | 0 | 1100000 | 100111 | 1001101 | 1011101 | 100000 |
Color Harmonies of #709B06
Complementary color
Monochromatic Colors of #709B06
Black with #709B06
Text Example
Text Example
White with #709B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709B06; }
p { color: rgb(112,155,6); }
H1.HeaderClassName
{
color: #709B06;
}
.AnyTagClassName
{
color: #709B06;
}
</style>
background-color css
<style>
a { background-color: #709B06; }
a { background-color: rgb(112,155,6); }
div.DivClassName
{
background-color: #709B06;
}
.BgClassName
{
background-color: #709B06;
}
</style>
border-color css
<style>
span { border-color: #709B06; }
span { border-color: rgb(112,155,6); }
td.TdClassName
{
border-color: #709B06;
}
.TagClassName
{
border-color: #709B06;
}
</style>