Shades of Olive #706D02
Tints of Olive #706D02
RGB
CMYK
RGB Variations
Color information
#706D02 (or 0x706D02) is known color: Olive. HEX triplet: 70, 6D and 02. RGB value is (112,109,2). Sum of RGB (Red+Green+Blue) = 112+109+2=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 109 (42.97% from 255 or 48.88% from 223); Blue value is 2 (1.17% from 255 or 0.90% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #706D02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706D02 is #8F92FD. Grayscale: #626262. Windows color (decimal): -9409278 or 159088. OLE color: 159088.
HSL color Cylindrical-coordinate representation of color #706D02: hue angle of 58.36º 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 #706D02 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 109 | 2 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.56 |
| HSL | 58.36º | 0.96% | 0.22% | - |
| HSV(B) | 58.36º | 0.98% | 0.44% | - |
| XYZ | 12.16 | 14.39 | 2.19 | - |
| YUV | 97.7 | 73.99 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 2 | 0 | 0.03 | 0.98 | 0.56 | 58.36 | 0.96 | 0.22 |
| Hex | 70 | 6D | 2 | 0 | 3 | 62 | 38 | 3A | 60 | 16 |
| Octal | 160 | 155 | 2 | 0 | 3 | 142 | 70 | 72 | 140 | 26 |
| Binary | 1110000 | 1101101 | 10 | 0 | 11 | 1100010 | 111000 | 111010 | 1100000 | 10110 |
Color Harmonies of #706D02
Complementary color
Monochromatic Colors of #706D02
Black with #706D02
Text Example
Text Example
White with #706D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706D02; }
p { color: rgb(112,109,2); }
H1.HeaderClassName
{
color: #706D02;
}
.AnyTagClassName
{
color: #706D02;
}
</style>
background-color css
<style>
a { background-color: #706D02; }
a { background-color: rgb(112,109,2); }
div.DivClassName
{
background-color: #706D02;
}
.BgClassName
{
background-color: #706D02;
}
</style>
border-color css
<style>
span { border-color: #706D02; }
span { border-color: rgb(112,109,2); }
td.TdClassName
{
border-color: #706D02;
}
.TagClassName
{
border-color: #706D02;
}
</style>