Shades of Olive #706B00
Tints of Olive #706B00
RGB
CMYK
RGB Variations
Color information
#706B00 (or 0x706B00) is known color: Olive. HEX triplet: 70, 6B and 00. RGB value is (112,107,0). Sum of RGB (Red+Green+Blue) = 112+107+0=219 (29% of max value = 765). Red value is 112 (44.14% from 255 or 51.14% from 219); Green value is 107 (42.19% from 255 or 48.86% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 112 - color contains mainly: red. Hex color #706B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706B00 is #8F94FF. Grayscale: #606060. Windows color (decimal): -9409792 or 27504. OLE color: 27504.
HSL color Cylindrical-coordinate representation of color #706B00: hue angle of 57.32º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #706B00 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 107 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.56 |
| HSL | 57.32º | 1% | 0.22% | - |
| HSV(B) | 57.32º | 1% | 0.44% | - |
| XYZ | 11.94 | 13.96 | 2.07 | - |
| YUV | 96.3 | 73.66 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 0 | 0 | 0.04 | 1 | 0.56 | 57.32 | 1 | 0.22 |
| Hex | 70 | 6B | 0 | 0 | 4 | 64 | 38 | 39 | 64 | 16 |
| Octal | 160 | 153 | 0 | 0 | 4 | 144 | 70 | 71 | 144 | 26 |
| Binary | 1110000 | 1101011 | 0 | 0 | 100 | 1100100 | 111000 | 111001 | 1100100 | 10110 |
Color Harmonies of #706B00
Complementary color
Monochromatic Colors of #706B00
Black with #706B00
Text Example
Text Example
White with #706B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B00; }
p { color: rgb(112,107,0); }
H1.HeaderClassName
{
color: #706B00;
}
.AnyTagClassName
{
color: #706B00;
}
</style>
background-color css
<style>
a { background-color: #706B00; }
a { background-color: rgb(112,107,0); }
div.DivClassName
{
background-color: #706B00;
}
.BgClassName
{
background-color: #706B00;
}
</style>
border-color css
<style>
span { border-color: #706B00; }
span { border-color: rgb(112,107,0); }
td.TdClassName
{
border-color: #706B00;
}
.TagClassName
{
border-color: #706B00;
}
</style>