Shades of Olive #706701
Tints of Olive #706701
RGB
CMYK
RGB Variations
Color information
#706701 (or 0x706701) is known color: Olive. HEX triplet: 70, 67 and 01. RGB value is (112,103,1). Sum of RGB (Red+Green+Blue) = 112+103+1=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 103 (40.62% from 255 or 47.69% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #706701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706701 is #8F98FE. Grayscale: #5E5E5E. Windows color (decimal): -9410815 or 92016. OLE color: 92016.
HSL color Cylindrical-coordinate representation of color #706701: hue angle of 55.14º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #706701 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 103 | 1 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.56 |
| HSL | 55.14º | 0.98% | 0.22% | - |
| HSV(B) | 55.14º | 0.99% | 0.44% | - |
| XYZ | 11.54 | 13.15 | 1.96 | - |
| YUV | 94.06 | 75.48 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 103 | 1 | 0 | 0.08 | 0.99 | 0.56 | 55.14 | 0.98 | 0.22 |
| Hex | 70 | 67 | 1 | 0 | 8 | 63 | 38 | 37 | 62 | 16 |
| Octal | 160 | 147 | 1 | 0 | 10 | 143 | 70 | 67 | 142 | 26 |
| Binary | 1110000 | 1100111 | 1 | 0 | 1000 | 1100011 | 111000 | 110111 | 1100010 | 10110 |
Color Harmonies of #706701
Complementary color
Monochromatic Colors of #706701
Black with #706701
Text Example
Text Example
White with #706701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706701; }
p { color: rgb(112,103,1); }
H1.HeaderClassName
{
color: #706701;
}
.AnyTagClassName
{
color: #706701;
}
</style>
background-color css
<style>
a { background-color: #706701; }
a { background-color: rgb(112,103,1); }
div.DivClassName
{
background-color: #706701;
}
.BgClassName
{
background-color: #706701;
}
</style>
border-color css
<style>
span { border-color: #706701; }
span { border-color: rgb(112,103,1); }
td.TdClassName
{
border-color: #706701;
}
.TagClassName
{
border-color: #706701;
}
</style>