Shades of Olive #707107
Tints of Olive #707107
RGB
CMYK
RGB Variations
Color information
#707107 (or 0x707107) is known color: Olive. HEX triplet: 70, 71 and 07. RGB value is (112,113,7). Sum of RGB (Red+Green+Blue) = 112+113+7=232 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.28% from 232); Green value is 113 (44.53% from 255 or 48.71% from 232); Blue value is 7 (3.12% from 255 or 3.02% from 232); Max value from RGB is 113 - color contains mainly: green. Hex color #707107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707107 is #8F8EF8. Grayscale: #656565. Windows color (decimal): -9408249 or 487792. OLE color: 487792.
HSL color Cylindrical-coordinate representation of color #707107: hue angle of 60.57º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #707107 is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 7 | - |
| CMYK | 0.01 | 0 | 0.94 | 0.56 |
| HSL | 60.57º | 0.88% | 0.24% | - |
| HSV(B) | 60.57º | 0.94% | 0.44% | - |
| XYZ | 12.63 | 15.27 | 2.48 | - |
| YUV | 100.62 | 75.17 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 7 | 0.01 | 0 | 0.94 | 0.56 | 60.57 | 0.88 | 0.24 |
| Hex | 70 | 71 | 7 | 1 | 0 | 5E | 38 | 3D | 58 | 18 |
| Octal | 160 | 161 | 7 | 1 | 0 | 136 | 70 | 75 | 130 | 30 |
| Binary | 1110000 | 1110001 | 111 | 1 | 0 | 1011110 | 111000 | 111101 | 1011000 | 11000 |
Color Harmonies of #707107
Complementary color
Monochromatic Colors of #707107
Black with #707107
Text Example
Text Example
White with #707107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707107; }
p { color: rgb(112,113,7); }
H1.HeaderClassName
{
color: #707107;
}
.AnyTagClassName
{
color: #707107;
}
</style>
background-color css
<style>
a { background-color: #707107; }
a { background-color: rgb(112,113,7); }
div.DivClassName
{
background-color: #707107;
}
.BgClassName
{
background-color: #707107;
}
</style>
border-color css
<style>
span { border-color: #707107; }
span { border-color: rgb(112,113,7); }
td.TdClassName
{
border-color: #707107;
}
.TagClassName
{
border-color: #707107;
}
</style>