Shades of Olive #707105
Tints of Olive #707105
RGB
CMYK
RGB Variations
Color information
#707105 (or 0x707105) is known color: Olive. HEX triplet: 70, 71 and 05. RGB value is (112,113,5). Sum of RGB (Red+Green+Blue) = 112+113+5=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #707105 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707105 is #8F8EFA. Grayscale: #646464. Windows color (decimal): -9408251 or 356720. OLE color: 356720.
HSL color Cylindrical-coordinate representation of color #707105: hue angle of 60.56º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #707105 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 5 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.56 |
| HSL | 60.56º | 0.92% | 0.23% | - |
| HSV(B) | 60.56º | 0.96% | 0.44% | - |
| XYZ | 12.61 | 15.27 | 2.43 | - |
| YUV | 100.39 | 74.17 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 5 | 0.01 | 0 | 0.96 | 0.56 | 60.56 | 0.92 | 0.23 |
| Hex | 70 | 71 | 5 | 1 | 0 | 60 | 38 | 3D | 5C | 17 |
| Octal | 160 | 161 | 5 | 1 | 0 | 140 | 70 | 75 | 134 | 27 |
| Binary | 1110000 | 1110001 | 101 | 1 | 0 | 1100000 | 111000 | 111101 | 1011100 | 10111 |
Color Harmonies of #707105
Complementary color
Monochromatic Colors of #707105
Black with #707105
Text Example
Text Example
White with #707105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707105; }
p { color: rgb(112,113,5); }
H1.HeaderClassName
{
color: #707105;
}
.AnyTagClassName
{
color: #707105;
}
</style>
background-color css
<style>
a { background-color: #707105; }
a { background-color: rgb(112,113,5); }
div.DivClassName
{
background-color: #707105;
}
.BgClassName
{
background-color: #707105;
}
</style>
border-color css
<style>
span { border-color: #707105; }
span { border-color: rgb(112,113,5); }
td.TdClassName
{
border-color: #707105;
}
.TagClassName
{
border-color: #707105;
}
</style>