Shades of Olive #706101
Tints of Olive #706101
RGB
CMYK
RGB Variations
Color information
#706101 (or 0x706101) is known color: Olive. HEX triplet: 70, 61 and 01. RGB value is (112,97,1). Sum of RGB (Red+Green+Blue) = 112+97+1=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 97 (38.28% from 255 or 46.19% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #706101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #706101 is #8F9EFE. Grayscale: #5A5A5A. Windows color (decimal): -9412351 or 90480. OLE color: 90480.
HSL color Cylindrical-coordinate representation of color #706101: hue angle of 51.89º 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 #706101 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 97 | 1 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.56 |
| HSL | 51.89º | 0.98% | 0.22% | - |
| HSV(B) | 51.89º | 0.99% | 0.44% | - |
| XYZ | 10.96 | 12 | 1.77 | - |
| YUV | 90.54 | 77.47 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 97 | 1 | 0 | 0.13 | 0.99 | 0.56 | 51.89 | 0.98 | 0.22 |
| Hex | 70 | 61 | 1 | 0 | D | 63 | 38 | 34 | 62 | 16 |
| Octal | 160 | 141 | 1 | 0 | 15 | 143 | 70 | 64 | 142 | 26 |
| Binary | 1110000 | 1100001 | 1 | 0 | 1101 | 1100011 | 111000 | 110100 | 1100010 | 10110 |
Color Harmonies of #706101
Complementary color
Monochromatic Colors of #706101
Black with #706101
Text Example
Text Example
White with #706101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706101; }
p { color: rgb(112,97,1); }
H1.HeaderClassName
{
color: #706101;
}
.AnyTagClassName
{
color: #706101;
}
</style>
background-color css
<style>
a { background-color: #706101; }
a { background-color: rgb(112,97,1); }
div.DivClassName
{
background-color: #706101;
}
.BgClassName
{
background-color: #706101;
}
</style>
border-color css
<style>
span { border-color: #706101; }
span { border-color: rgb(112,97,1); }
td.TdClassName
{
border-color: #706101;
}
.TagClassName
{
border-color: #706101;
}
</style>