Shades of Olive #706903
Tints of Olive #706903
RGB
CMYK
RGB Variations
Color information
#706903 (or 0x706903) is known color: Olive. HEX triplet: 70, 69 and 03. RGB value is (112,105,3). Sum of RGB (Red+Green+Blue) = 112+105+3=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 105 (41.41% from 255 or 47.73% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #706903 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706903 is #8F96FC. Grayscale: #5F5F5F. Windows color (decimal): -9410301 or 223600. OLE color: 223600.
HSL color Cylindrical-coordinate representation of color #706903: hue angle of 56.15º 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 #706903 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 105 | 3 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.56 |
| HSL | 56.15º | 0.95% | 0.23% | - |
| HSV(B) | 56.15º | 0.97% | 0.44% | - |
| XYZ | 11.75 | 13.55 | 2.08 | - |
| YUV | 95.47 | 75.82 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 105 | 3 | 0 | 0.06 | 0.97 | 0.56 | 56.15 | 0.95 | 0.23 |
| Hex | 70 | 69 | 3 | 0 | 6 | 61 | 38 | 38 | 5F | 17 |
| Octal | 160 | 151 | 3 | 0 | 6 | 141 | 70 | 70 | 137 | 27 |
| Binary | 1110000 | 1101001 | 11 | 0 | 110 | 1100001 | 111000 | 111000 | 1011111 | 10111 |
Color Harmonies of #706903
Complementary color
Monochromatic Colors of #706903
Black with #706903
Text Example
Text Example
White with #706903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706903; }
p { color: rgb(112,105,3); }
H1.HeaderClassName
{
color: #706903;
}
.AnyTagClassName
{
color: #706903;
}
</style>
background-color css
<style>
a { background-color: #706903; }
a { background-color: rgb(112,105,3); }
div.DivClassName
{
background-color: #706903;
}
.BgClassName
{
background-color: #706903;
}
</style>
border-color css
<style>
span { border-color: #706903; }
span { border-color: rgb(112,105,3); }
td.TdClassName
{
border-color: #706903;
}
.TagClassName
{
border-color: #706903;
}
</style>