Shades of Olive #709006
Tints of Olive #709006
RGB
CMYK
RGB Variations
Color information
#709006 (or 0x709006) is known color: Olive. HEX triplet: 70, 90 and 06. RGB value is (112,144,6). Sum of RGB (Red+Green+Blue) = 112+144+6=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #709006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709006 is #8F6FF9. Grayscale: #777777. Windows color (decimal): -9400314 or 430192. OLE color: 430192.
HSL color Cylindrical-coordinate representation of color #709006: hue angle of 73.91º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #709006 is Cyan = 0.22, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 112 | 144 | 6 | - |
| CMYK | 0.22 | 0 | 0.96 | 0.44 |
| HSL | 73.91º | 0.92% | 0.29% | - |
| HSV(B) | 73.91º | 0.96% | 0.56% | - |
| XYZ | 16.69 | 23.4 | 3.81 | - |
| YUV | 118.7 | 64.4 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 144 | 6 | 0.22 | 0 | 0.96 | 0.44 | 73.91 | 0.92 | 0.29 |
| Hex | 70 | 90 | 6 | 16 | 0 | 60 | 2C | 4A | 5C | 1D |
| Octal | 160 | 220 | 6 | 26 | 0 | 140 | 54 | 112 | 134 | 35 |
| Binary | 1110000 | 10010000 | 110 | 10110 | 0 | 1100000 | 101100 | 1001010 | 1011100 | 11101 |
Color Harmonies of #709006
Complementary color
Monochromatic Colors of #709006
Black with #709006
Text Example
Text Example
White with #709006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #709006; }
p { color: rgb(112,144,6); }
H1.HeaderClassName
{
color: #709006;
}
.AnyTagClassName
{
color: #709006;
}
</style>
background-color css
<style>
a { background-color: #709006; }
a { background-color: rgb(112,144,6); }
div.DivClassName
{
background-color: #709006;
}
.BgClassName
{
background-color: #709006;
}
</style>
border-color css
<style>
span { border-color: #709006; }
span { border-color: rgb(112,144,6); }
td.TdClassName
{
border-color: #709006;
}
.TagClassName
{
border-color: #709006;
}
</style>