Shades of Olive #706405
Tints of Olive #706405
RGB
CMYK
RGB Variations
Color information
#706405 (or 0x706405) is known color: Olive. HEX triplet: 70, 64 and 05. RGB value is (112,100,5). Sum of RGB (Red+Green+Blue) = 112+100+5=217 (28% of max value = 765). Red value is 112 (44.14% from 255 or 51.61% from 217); Green value is 100 (39.45% from 255 or 46.08% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 112 - color contains mainly: red. Hex color #706405 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706405 is #8F9BFA. Grayscale: #5D5D5D. Windows color (decimal): -9411579 or 353392. OLE color: 353392.
HSL color Cylindrical-coordinate representation of color #706405: hue angle of 53.27º 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 #706405 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 100 | 5 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.56 |
| HSL | 53.27º | 0.91% | 0.23% | - |
| HSV(B) | 53.27º | 0.96% | 0.44% | - |
| XYZ | 11.27 | 12.57 | 1.98 | - |
| YUV | 92.76 | 78.48 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 100 | 5 | 0 | 0.11 | 0.96 | 0.56 | 53.27 | 0.91 | 0.23 |
| Hex | 70 | 64 | 5 | 0 | B | 60 | 38 | 35 | 5B | 17 |
| Octal | 160 | 144 | 5 | 0 | 13 | 140 | 70 | 65 | 133 | 27 |
| Binary | 1110000 | 1100100 | 101 | 0 | 1011 | 1100000 | 111000 | 110101 | 1011011 | 10111 |
Color Harmonies of #706405
Complementary color
Monochromatic Colors of #706405
Black with #706405
Text Example
Text Example
White with #706405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706405; }
p { color: rgb(112,100,5); }
H1.HeaderClassName
{
color: #706405;
}
.AnyTagClassName
{
color: #706405;
}
</style>
background-color css
<style>
a { background-color: #706405; }
a { background-color: rgb(112,100,5); }
div.DivClassName
{
background-color: #706405;
}
.BgClassName
{
background-color: #706405;
}
</style>
border-color css
<style>
span { border-color: #706405; }
span { border-color: rgb(112,100,5); }
td.TdClassName
{
border-color: #706405;
}
.TagClassName
{
border-color: #706405;
}
</style>