Shades of Olive #706B09
Tints of Olive #706B09
RGB
CMYK
RGB Variations
Color information
#706B09 (or 0x706B09) is known color: Olive. HEX triplet: 70, 6B and 09. RGB value is (112,107,9). Sum of RGB (Red+Green+Blue) = 112+107+9=228 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.12% from 228); Green value is 107 (42.19% from 255 or 46.93% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 112 - color contains mainly: red. Hex color #706B09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706B09 is #8F94F6. Grayscale: #616161. Windows color (decimal): -9409783 or 617328. OLE color: 617328.
HSL color Cylindrical-coordinate representation of color #706B09: hue angle of 57.09º 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 #706B09 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 107 | 9 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.56 |
| HSL | 57.09º | 0.85% | 0.24% | - |
| HSV(B) | 57.09º | 0.92% | 0.44% | - |
| XYZ | 11.99 | 13.98 | 2.32 | - |
| YUV | 97.32 | 78.16 | 138.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 9 | 0 | 0.04 | 0.92 | 0.56 | 57.09 | 0.85 | 0.24 |
| Hex | 70 | 6B | 9 | 0 | 4 | 5C | 38 | 39 | 55 | 18 |
| Octal | 160 | 153 | 11 | 0 | 4 | 134 | 70 | 71 | 125 | 30 |
| Binary | 1110000 | 1101011 | 1001 | 0 | 100 | 1011100 | 111000 | 111001 | 1010101 | 11000 |
Color Harmonies of #706B09
Complementary color
Monochromatic Colors of #706B09
Black with #706B09
Text Example
Text Example
White with #706B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B09; }
p { color: rgb(112,107,9); }
H1.HeaderClassName
{
color: #706B09;
}
.AnyTagClassName
{
color: #706B09;
}
</style>
background-color css
<style>
a { background-color: #706B09; }
a { background-color: rgb(112,107,9); }
div.DivClassName
{
background-color: #706B09;
}
.BgClassName
{
background-color: #706B09;
}
</style>
border-color css
<style>
span { border-color: #706B09; }
span { border-color: rgb(112,107,9); }
td.TdClassName
{
border-color: #706B09;
}
.TagClassName
{
border-color: #706B09;
}
</style>