Shades of Olive #706D09
Tints of Olive #706D09
RGB
CMYK
RGB Variations
Color information
#706D09 (or 0x706D09) is known color: Olive. HEX triplet: 70, 6D and 09. RGB value is (112,109,9). Sum of RGB (Red+Green+Blue) = 112+109+9=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 109 (42.97% from 255 or 47.39% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #706D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706D09 is #8F92F6. Grayscale: #626262. Windows color (decimal): -9409271 or 617840. OLE color: 617840.
HSL color Cylindrical-coordinate representation of color #706D09: hue angle of 58.25º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #706D09 is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 109 | 9 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.56 |
| HSL | 58.25º | 0.85% | 0.24% | - |
| HSV(B) | 58.25º | 0.92% | 0.44% | - |
| XYZ | 12.2 | 14.4 | 2.4 | - |
| YUV | 98.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 9 | 0 | 0.03 | 0.92 | 0.56 | 58.25 | 0.85 | 0.24 |
| Hex | 70 | 6D | 9 | 0 | 3 | 5C | 38 | 3A | 55 | 18 |
| Octal | 160 | 155 | 11 | 0 | 3 | 134 | 70 | 72 | 125 | 30 |
| Binary | 1110000 | 1101101 | 1001 | 0 | 11 | 1011100 | 111000 | 111010 | 1010101 | 11000 |
Color Harmonies of #706D09
Complementary color
Monochromatic Colors of #706D09
Black with #706D09
Text Example
Text Example
White with #706D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D09; }
p { color: rgb(112,109,9); }
H1.HeaderClassName
{
color: #706D09;
}
.AnyTagClassName
{
color: #706D09;
}
</style>
background-color css
<style>
a { background-color: #706D09; }
a { background-color: rgb(112,109,9); }
div.DivClassName
{
background-color: #706D09;
}
.BgClassName
{
background-color: #706D09;
}
</style>
border-color css
<style>
span { border-color: #706D09; }
span { border-color: rgb(112,109,9); }
td.TdClassName
{
border-color: #706D09;
}
.TagClassName
{
border-color: #706D09;
}
</style>