Shades of Olive #706301
Tints of Olive #706301
RGB
CMYK
RGB Variations
Color information
#706301 (or 0x706301) is known color: Olive. HEX triplet: 70, 63 and 01. RGB value is (112,99,1). Sum of RGB (Red+Green+Blue) = 112+99+1=212 (28% of max value = 765). Red value is 112 (44.14% from 255 or 52.83% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 1 (0.78% from 255 or 0.47% from 212); Max value from RGB is 112 - color contains mainly: red. Hex color #706301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706301 is #8F9CFE. Grayscale: #5C5C5C. Windows color (decimal): -9411839 or 90992. OLE color: 90992.
HSL color Cylindrical-coordinate representation of color #706301: hue angle of 52.97º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #706301 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 99 | 1 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.56 |
| HSL | 52.97º | 0.98% | 0.22% | - |
| HSV(B) | 52.97º | 0.99% | 0.44% | - |
| XYZ | 11.15 | 12.37 | 1.83 | - |
| YUV | 91.72 | 76.81 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 99 | 1 | 0 | 0.12 | 0.99 | 0.56 | 52.97 | 0.98 | 0.22 |
| Hex | 70 | 63 | 1 | 0 | C | 63 | 38 | 35 | 62 | 16 |
| Octal | 160 | 143 | 1 | 0 | 14 | 143 | 70 | 65 | 142 | 26 |
| Binary | 1110000 | 1100011 | 1 | 0 | 1100 | 1100011 | 111000 | 110101 | 1100010 | 10110 |
Color Harmonies of #706301
Complementary color
Monochromatic Colors of #706301
Black with #706301
Text Example
Text Example
White with #706301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706301; }
p { color: rgb(112,99,1); }
H1.HeaderClassName
{
color: #706301;
}
.AnyTagClassName
{
color: #706301;
}
</style>
background-color css
<style>
a { background-color: #706301; }
a { background-color: rgb(112,99,1); }
div.DivClassName
{
background-color: #706301;
}
.BgClassName
{
background-color: #706301;
}
</style>
border-color css
<style>
span { border-color: #706301; }
span { border-color: rgb(112,99,1); }
td.TdClassName
{
border-color: #706301;
}
.TagClassName
{
border-color: #706301;
}
</style>