Shades of Olive #707002
Tints of Olive #707002
RGB
CMYK
RGB Variations
Color information
#707002 (or 0x707002) is known color: Olive. HEX triplet: 70, 70 and 02. RGB value is (112,112,2). Sum of RGB (Red+Green+Blue) = 112+112+2=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 112 (44.14% from 255 or 49.56% from 226); Blue value is 2 (1.17% from 255 or 0.88% from 226); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707002 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707002 is #8F8FFD. Grayscale: #636363. Windows color (decimal): -9408510 or 159856. OLE color: 159856.
HSL color Cylindrical-coordinate representation of color #707002: hue angle of 60º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #707002 is Cyan = 0, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 112 | 2 | - |
| CMYK | 0 | 0 | 0.98 | 0.56 |
| HSL | 60º | 0.96% | 0.22% | - |
| HSV(B) | 60º | 0.98% | 0.44% | - |
| XYZ | 12.49 | 15.04 | 2.3 | - |
| YUV | 99.46 | 73 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 2 | 0 | 0 | 0.98 | 0.56 | 60 | 0.96 | 0.22 |
| Hex | 70 | 70 | 2 | 0 | 0 | 62 | 38 | 3C | 60 | 16 |
| Octal | 160 | 160 | 2 | 0 | 0 | 142 | 70 | 74 | 140 | 26 |
| Binary | 1110000 | 1110000 | 10 | 0 | 0 | 1100010 | 111000 | 111100 | 1100000 | 10110 |
Color Harmonies of #707002
Complementary color
Monochromatic Colors of #707002
Black with #707002
Text Example
Text Example
White with #707002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707002; }
p { color: rgb(112,112,2); }
H1.HeaderClassName
{
color: #707002;
}
.AnyTagClassName
{
color: #707002;
}
</style>
background-color css
<style>
a { background-color: #707002; }
a { background-color: rgb(112,112,2); }
div.DivClassName
{
background-color: #707002;
}
.BgClassName
{
background-color: #707002;
}
</style>
border-color css
<style>
span { border-color: #707002; }
span { border-color: rgb(112,112,2); }
td.TdClassName
{
border-color: #707002;
}
.TagClassName
{
border-color: #707002;
}
</style>