Shades of Olive #707106
Tints of Olive #707106
RGB
CMYK
RGB Variations
Color information
#707106 (or 0x707106) is known color: Olive. HEX triplet: 70, 71 and 06. RGB value is (112,113,6). Sum of RGB (Red+Green+Blue) = 112+113+6=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #707106 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707106 is #8F8EF9. Grayscale: #646464. Windows color (decimal): -9408250 or 422256. OLE color: 422256.
HSL color Cylindrical-coordinate representation of color #707106: hue angle of 60.56º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #707106 is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 6 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.56 |
| HSL | 60.56º | 0.9% | 0.23% | - |
| HSV(B) | 60.56º | 0.95% | 0.44% | - |
| XYZ | 12.62 | 15.27 | 2.45 | - |
| YUV | 100.5 | 74.67 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 6 | 0.01 | 0 | 0.95 | 0.56 | 60.56 | 0.9 | 0.23 |
| Hex | 70 | 71 | 6 | 1 | 0 | 5F | 38 | 3D | 5A | 17 |
| Octal | 160 | 161 | 6 | 1 | 0 | 137 | 70 | 75 | 132 | 27 |
| Binary | 1110000 | 1110001 | 110 | 1 | 0 | 1011111 | 111000 | 111101 | 1011010 | 10111 |
Color Harmonies of #707106
Complementary color
Monochromatic Colors of #707106
Black with #707106
Text Example
Text Example
White with #707106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707106; }
p { color: rgb(112,113,6); }
H1.HeaderClassName
{
color: #707106;
}
.AnyTagClassName
{
color: #707106;
}
</style>
background-color css
<style>
a { background-color: #707106; }
a { background-color: rgb(112,113,6); }
div.DivClassName
{
background-color: #707106;
}
.BgClassName
{
background-color: #707106;
}
</style>
border-color css
<style>
span { border-color: #707106; }
span { border-color: rgb(112,113,6); }
td.TdClassName
{
border-color: #707106;
}
.TagClassName
{
border-color: #707106;
}
</style>