Shades of Olive #706100
Tints of Olive #706100
RGB
CMYK
RGB Variations
Color information
#706100 (or 0x706100) is known color: Olive. HEX triplet: 70, 61 and 00. RGB value is (112,97,0). Sum of RGB (Red+Green+Blue) = 112+97+0=209 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.59% from 209); Green value is 97 (38.28% from 255 or 46.41% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 112 - color contains mainly: red. Hex color #706100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706100 is #8F9EFF. Grayscale: #5A5A5A. Windows color (decimal): -9412352 or 24944. OLE color: 24944.
HSL color Cylindrical-coordinate representation of color #706100: hue angle of 51.96º 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 #706100 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 97 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.56 |
| HSL | 51.96º | 1% | 0.22% | - |
| HSV(B) | 51.96º | 1% | 0.44% | - |
| XYZ | 10.96 | 11.99 | 1.74 | - |
| YUV | 90.43 | 76.97 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 0 | 0 | 0.13 | 1 | 0.56 | 51.96 | 1 | 0.22 |
| Hex | 70 | 61 | 0 | 0 | D | 64 | 38 | 34 | 64 | 16 |
| Octal | 160 | 141 | 0 | 0 | 15 | 144 | 70 | 64 | 144 | 26 |
| Binary | 1110000 | 1100001 | 0 | 0 | 1101 | 1100100 | 111000 | 110100 | 1100100 | 10110 |
Color Harmonies of #706100
Complementary color
Monochromatic Colors of #706100
Black with #706100
Text Example
Text Example
White with #706100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706100; }
p { color: rgb(112,97,0); }
H1.HeaderClassName
{
color: #706100;
}
.AnyTagClassName
{
color: #706100;
}
</style>
background-color css
<style>
a { background-color: #706100; }
a { background-color: rgb(112,97,0); }
div.DivClassName
{
background-color: #706100;
}
.BgClassName
{
background-color: #706100;
}
</style>
border-color css
<style>
span { border-color: #706100; }
span { border-color: rgb(112,97,0); }
td.TdClassName
{
border-color: #706100;
}
.TagClassName
{
border-color: #706100;
}
</style>