Shades of Olive #707100
Tints of Olive #707100
RGB
CMYK
RGB Variations
Color information
#707100 (or 0x707100) is known color: Olive. HEX triplet: 70, 71 and 00. RGB value is (112,113,0). Sum of RGB (Red+Green+Blue) = 112+113+0=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #707100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707100 is #8F8EFF. Grayscale: #646464. Windows color (decimal): -9408256 or 29040. OLE color: 29040.
HSL color Cylindrical-coordinate representation of color #707100: hue angle of 60.53º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #707100 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0.56 |
| HSL | 60.53º | 1% | 0.22% | - |
| HSV(B) | 60.53º | 1% | 0.44% | - |
| XYZ | 12.59 | 15.26 | 2.28 | - |
| YUV | 99.82 | 71.67 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 0 | 0.01 | 0 | 1 | 0.56 | 60.53 | 1 | 0.22 |
| Hex | 70 | 71 | 0 | 1 | 0 | 64 | 38 | 3D | 64 | 16 |
| Octal | 160 | 161 | 0 | 1 | 0 | 144 | 70 | 75 | 144 | 26 |
| Binary | 1110000 | 1110001 | 0 | 1 | 0 | 1100100 | 111000 | 111101 | 1100100 | 10110 |
Color Harmonies of #707100
Complementary color
Monochromatic Colors of #707100
Black with #707100
Text Example
Text Example
White with #707100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707100; }
p { color: rgb(112,113,0); }
H1.HeaderClassName
{
color: #707100;
}
.AnyTagClassName
{
color: #707100;
}
</style>
background-color css
<style>
a { background-color: #707100; }
a { background-color: rgb(112,113,0); }
div.DivClassName
{
background-color: #707100;
}
.BgClassName
{
background-color: #707100;
}
</style>
border-color css
<style>
span { border-color: #707100; }
span { border-color: rgb(112,113,0); }
td.TdClassName
{
border-color: #707100;
}
.TagClassName
{
border-color: #707100;
}
</style>