Shades of Olive #707001
Tints of Olive #707001
RGB
CMYK
RGB Variations
Color information
#707001 (or 0x707001) is known color: Olive. HEX triplet: 70, 70 and 01. RGB value is (112,112,1). Sum of RGB (Red+Green+Blue) = 112+112+1=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707001 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707001 is #8F8FFE. Grayscale: #636363. Windows color (decimal): -9408511 or 94320. OLE color: 94320.
HSL color Cylindrical-coordinate representation of color #707001: hue angle of 60º 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 #707001 is Cyan = 0, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 112 | 1 | - |
| CMYK | 0 | 0 | 0.99 | 0.56 |
| HSL | 60º | 0.98% | 0.22% | - |
| HSV(B) | 60º | 0.99% | 0.44% | - |
| XYZ | 12.48 | 15.04 | 2.27 | - |
| YUV | 99.35 | 72.5 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 1 | 0 | 0 | 0.99 | 0.56 | 60 | 0.98 | 0.22 |
| Hex | 70 | 70 | 1 | 0 | 0 | 63 | 38 | 3C | 62 | 16 |
| Octal | 160 | 160 | 1 | 0 | 0 | 143 | 70 | 74 | 142 | 26 |
| Binary | 1110000 | 1110000 | 1 | 0 | 0 | 1100011 | 111000 | 111100 | 1100010 | 10110 |
Color Harmonies of #707001
Complementary color
Monochromatic Colors of #707001
Black with #707001
Text Example
Text Example
White with #707001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707001; }
p { color: rgb(112,112,1); }
H1.HeaderClassName
{
color: #707001;
}
.AnyTagClassName
{
color: #707001;
}
</style>
background-color css
<style>
a { background-color: #707001; }
a { background-color: rgb(112,112,1); }
div.DivClassName
{
background-color: #707001;
}
.BgClassName
{
background-color: #707001;
}
</style>
border-color css
<style>
span { border-color: #707001; }
span { border-color: rgb(112,112,1); }
td.TdClassName
{
border-color: #707001;
}
.TagClassName
{
border-color: #707001;
}
</style>