Shades of Olive #706505
Tints of Olive #706505
RGB
CMYK
RGB Variations
Color information
#706505 (or 0x706505) is known color: Olive. HEX triplet: 70, 65 and 05. RGB value is (112,101,5). Sum of RGB (Red+Green+Blue) = 112+101+5=218 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.38% from 218); Green value is 101 (39.84% from 255 or 46.33% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 112 - color contains mainly: red. Hex color #706505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706505 is #8F9AFA. Grayscale: #5D5D5D. Windows color (decimal): -9411323 or 353648. OLE color: 353648.
HSL color Cylindrical-coordinate representation of color #706505: hue angle of 53.83º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #706505 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 101 | 5 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.56 |
| HSL | 53.83º | 0.91% | 0.23% | - |
| HSV(B) | 53.83º | 0.96% | 0.44% | - |
| XYZ | 11.36 | 12.76 | 2.01 | - |
| YUV | 93.35 | 78.14 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 5 | 0 | 0.10 | 0.96 | 0.56 | 53.83 | 0.91 | 0.23 |
| Hex | 70 | 65 | 5 | 0 | A | 60 | 38 | 36 | 5B | 17 |
| Octal | 160 | 145 | 5 | 0 | 12 | 140 | 70 | 66 | 133 | 27 |
| Binary | 1110000 | 1100101 | 101 | 0 | 1010 | 1100000 | 111000 | 110110 | 1011011 | 10111 |
Color Harmonies of #706505
Complementary color
Monochromatic Colors of #706505
Black with #706505
Text Example
Text Example
White with #706505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706505; }
p { color: rgb(112,101,5); }
H1.HeaderClassName
{
color: #706505;
}
.AnyTagClassName
{
color: #706505;
}
</style>
background-color css
<style>
a { background-color: #706505; }
a { background-color: rgb(112,101,5); }
div.DivClassName
{
background-color: #706505;
}
.BgClassName
{
background-color: #706505;
}
</style>
border-color css
<style>
span { border-color: #706505; }
span { border-color: rgb(112,101,5); }
td.TdClassName
{
border-color: #706505;
}
.TagClassName
{
border-color: #706505;
}
</style>