Shades of Olive #706E02
Tints of Olive #706E02
RGB
CMYK
RGB Variations
Color information
#706E02 (or 0x706E02) is known color: Olive. HEX triplet: 70, 6E and 02. RGB value is (112,110,2). Sum of RGB (Red+Green+Blue) = 112+110+2=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 110 (43.36% from 255 or 49.11% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #706E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706E02 is #8F91FD. Grayscale: #626262. Windows color (decimal): -9409022 or 159344. OLE color: 159344.
HSL color Cylindrical-coordinate representation of color #706E02: hue angle of 58.91º 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 #706E02 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 110 | 2 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.56 |
| HSL | 58.91º | 0.96% | 0.22% | - |
| HSV(B) | 58.91º | 0.98% | 0.44% | - |
| XYZ | 12.27 | 14.6 | 2.23 | - |
| YUV | 98.29 | 73.66 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 110 | 2 | 0 | 0.02 | 0.98 | 0.56 | 58.91 | 0.96 | 0.22 |
| Hex | 70 | 6E | 2 | 0 | 2 | 62 | 38 | 3B | 60 | 16 |
| Octal | 160 | 156 | 2 | 0 | 2 | 142 | 70 | 73 | 140 | 26 |
| Binary | 1110000 | 1101110 | 10 | 0 | 10 | 1100010 | 111000 | 111011 | 1100000 | 10110 |
Color Harmonies of #706E02
Complementary color
Monochromatic Colors of #706E02
Black with #706E02
Text Example
Text Example
White with #706E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706E02; }
p { color: rgb(112,110,2); }
H1.HeaderClassName
{
color: #706E02;
}
.AnyTagClassName
{
color: #706E02;
}
</style>
background-color css
<style>
a { background-color: #706E02; }
a { background-color: rgb(112,110,2); }
div.DivClassName
{
background-color: #706E02;
}
.BgClassName
{
background-color: #706E02;
}
</style>
border-color css
<style>
span { border-color: #706E02; }
span { border-color: rgb(112,110,2); }
td.TdClassName
{
border-color: #706E02;
}
.TagClassName
{
border-color: #706E02;
}
</style>