Shades of Olive #707101
Tints of Olive #707101
RGB
CMYK
RGB Variations
Color information
#707101 (or 0x707101) is known color: Olive. HEX triplet: 70, 71 and 01. RGB value is (112,113,1). Sum of RGB (Red+Green+Blue) = 112+113+1=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #707101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707101 is #8F8EFE. Grayscale: #646464. Windows color (decimal): -9408255 or 94576. OLE color: 94576.
HSL color Cylindrical-coordinate representation of color #707101: hue angle of 60.54º 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 #707101 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 1 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.56 |
| HSL | 60.54º | 0.98% | 0.22% | - |
| HSV(B) | 60.54º | 0.99% | 0.44% | - |
| XYZ | 12.59 | 15.26 | 2.31 | - |
| YUV | 99.93 | 72.17 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 1 | 0.01 | 0 | 0.99 | 0.56 | 60.54 | 0.98 | 0.22 |
| Hex | 70 | 71 | 1 | 1 | 0 | 63 | 38 | 3D | 62 | 16 |
| Octal | 160 | 161 | 1 | 1 | 0 | 143 | 70 | 75 | 142 | 26 |
| Binary | 1110000 | 1110001 | 1 | 1 | 0 | 1100011 | 111000 | 111101 | 1100010 | 10110 |
Color Harmonies of #707101
Complementary color
Monochromatic Colors of #707101
Black with #707101
Text Example
Text Example
White with #707101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707101; }
p { color: rgb(112,113,1); }
H1.HeaderClassName
{
color: #707101;
}
.AnyTagClassName
{
color: #707101;
}
</style>
background-color css
<style>
a { background-color: #707101; }
a { background-color: rgb(112,113,1); }
div.DivClassName
{
background-color: #707101;
}
.BgClassName
{
background-color: #707101;
}
</style>
border-color css
<style>
span { border-color: #707101; }
span { border-color: rgb(112,113,1); }
td.TdClassName
{
border-color: #707101;
}
.TagClassName
{
border-color: #707101;
}
</style>