Shades of Olive #706B03
Tints of Olive #706B03
RGB
CMYK
RGB Variations
Color information
#706B03 (or 0x706B03) is known color: Olive. HEX triplet: 70, 6B and 03. RGB value is (112,107,3). Sum of RGB (Red+Green+Blue) = 112+107+3=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 107 (42.19% from 255 or 48.20% from 222); Blue value is 3 (1.56% from 255 or 1.35% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #706B03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706B03 is #8F94FC. Grayscale: #616161. Windows color (decimal): -9409789 or 224112. OLE color: 224112.
HSL color Cylindrical-coordinate representation of color #706B03: hue angle of 57.25º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #706B03 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 107 | 3 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.56 |
| HSL | 57.25º | 0.95% | 0.23% | - |
| HSV(B) | 57.25º | 0.97% | 0.44% | - |
| XYZ | 11.96 | 13.97 | 2.15 | - |
| YUV | 96.64 | 75.16 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 3 | 0 | 0.04 | 0.97 | 0.56 | 57.25 | 0.95 | 0.23 |
| Hex | 70 | 6B | 3 | 0 | 4 | 61 | 38 | 39 | 5F | 17 |
| Octal | 160 | 153 | 3 | 0 | 4 | 141 | 70 | 71 | 137 | 27 |
| Binary | 1110000 | 1101011 | 11 | 0 | 100 | 1100001 | 111000 | 111001 | 1011111 | 10111 |
Color Harmonies of #706B03
Complementary color
Monochromatic Colors of #706B03
Black with #706B03
Text Example
Text Example
White with #706B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706B03; }
p { color: rgb(112,107,3); }
H1.HeaderClassName
{
color: #706B03;
}
.AnyTagClassName
{
color: #706B03;
}
</style>
background-color css
<style>
a { background-color: #706B03; }
a { background-color: rgb(112,107,3); }
div.DivClassName
{
background-color: #706B03;
}
.BgClassName
{
background-color: #706B03;
}
</style>
border-color css
<style>
span { border-color: #706B03; }
span { border-color: rgb(112,107,3); }
td.TdClassName
{
border-color: #706B03;
}
.TagClassName
{
border-color: #706B03;
}
</style>