Shades of Olive #706503
Tints of Olive #706503
RGB
CMYK
RGB Variations
Color information
#706503 (or 0x706503) is known color: Olive. HEX triplet: 70, 65 and 03. RGB value is (112,101,3). Sum of RGB (Red+Green+Blue) = 112+101+3=216 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.85% from 216); Green value is 101 (39.84% from 255 or 46.76% from 216); Blue value is 3 (1.56% from 255 or 1.39% from 216); Max value from RGB is 112 - color contains mainly: red. Hex color #706503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706503 is #8F9AFC. Grayscale: #5D5D5D. Windows color (decimal): -9411325 or 222576. OLE color: 222576.
HSL color Cylindrical-coordinate representation of color #706503: hue angle of 53.94º 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 #706503 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 101 | 3 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.56 |
| HSL | 53.94º | 0.95% | 0.23% | - |
| HSV(B) | 53.94º | 0.97% | 0.44% | - |
| XYZ | 11.35 | 12.76 | 1.95 | - |
| YUV | 93.12 | 77.14 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 3 | 0 | 0.10 | 0.97 | 0.56 | 53.94 | 0.95 | 0.23 |
| Hex | 70 | 65 | 3 | 0 | A | 61 | 38 | 36 | 5F | 17 |
| Octal | 160 | 145 | 3 | 0 | 12 | 141 | 70 | 66 | 137 | 27 |
| Binary | 1110000 | 1100101 | 11 | 0 | 1010 | 1100001 | 111000 | 110110 | 1011111 | 10111 |
Color Harmonies of #706503
Complementary color
Monochromatic Colors of #706503
Black with #706503
Text Example
Text Example
White with #706503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706503; }
p { color: rgb(112,101,3); }
H1.HeaderClassName
{
color: #706503;
}
.AnyTagClassName
{
color: #706503;
}
</style>
background-color css
<style>
a { background-color: #706503; }
a { background-color: rgb(112,101,3); }
div.DivClassName
{
background-color: #706503;
}
.BgClassName
{
background-color: #706503;
}
</style>
border-color css
<style>
span { border-color: #706503; }
span { border-color: rgb(112,101,3); }
td.TdClassName
{
border-color: #706503;
}
.TagClassName
{
border-color: #706503;
}
</style>