Shades of Olive #706608
Tints of Olive #706608
RGB
CMYK
RGB Variations
Color information
#706608 (or 0x706608) is known color: Olive. HEX triplet: 70, 66 and 08. RGB value is (112,102,8). Sum of RGB (Red+Green+Blue) = 112+102+8=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 102 (40.23% from 255 or 45.95% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #706608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706608 is #8F99F7. Grayscale: #5E5E5E. Windows color (decimal): -9411064 or 550512. OLE color: 550512.
HSL color Cylindrical-coordinate representation of color #706608: hue angle of 54.23º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #706608 is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 102 | 8 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.56 |
| HSL | 54.23º | 0.87% | 0.24% | - |
| HSV(B) | 54.23º | 0.93% | 0.44% | - |
| XYZ | 11.48 | 12.97 | 2.13 | - |
| YUV | 94.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 102 | 8 | 0 | 0.09 | 0.93 | 0.56 | 54.23 | 0.87 | 0.24 |
| Hex | 70 | 66 | 8 | 0 | 9 | 5D | 38 | 36 | 57 | 18 |
| Octal | 160 | 146 | 10 | 0 | 11 | 135 | 70 | 66 | 127 | 30 |
| Binary | 1110000 | 1100110 | 1000 | 0 | 1001 | 1011101 | 111000 | 110110 | 1010111 | 11000 |
Color Harmonies of #706608
Complementary color
Monochromatic Colors of #706608
Black with #706608
Text Example
Text Example
White with #706608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706608; }
p { color: rgb(112,102,8); }
H1.HeaderClassName
{
color: #706608;
}
.AnyTagClassName
{
color: #706608;
}
</style>
background-color css
<style>
a { background-color: #706608; }
a { background-color: rgb(112,102,8); }
div.DivClassName
{
background-color: #706608;
}
.BgClassName
{
background-color: #706608;
}
</style>
border-color css
<style>
span { border-color: #706608; }
span { border-color: rgb(112,102,8); }
td.TdClassName
{
border-color: #706608;
}
.TagClassName
{
border-color: #706608;
}
</style>