Shades of Olive #707C00
Tints of Olive #707C00
RGB
CMYK
RGB Variations
Color information
#707C00 (or 0x707C00) is known color: Olive. HEX triplet: 70, 7C and 00. RGB value is (112,124,0). Sum of RGB (Red+Green+Blue) = 112+124+0=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 124 (48.83% from 255 or 52.54% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 124 - color contains mainly: green. Hex color #707C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707C00 is #8F83FF. Grayscale: #6A6A6A. Windows color (decimal): -9405440 or 31856. OLE color: 31856.
HSL color Cylindrical-coordinate representation of color #707C00: hue angle of 65.81º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #707C00 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 124 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.51 |
| HSL | 65.81º | 1% | 0.24% | - |
| HSV(B) | 65.81º | 1% | 0.49% | - |
| XYZ | 13.89 | 17.86 | 2.72 | - |
| YUV | 106.28 | 68.02 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 0 | 0.10 | 0 | 1 | 0.51 | 65.81 | 1 | 0.24 |
| Hex | 70 | 7C | 0 | A | 0 | 64 | 33 | 42 | 64 | 18 |
| Octal | 160 | 174 | 0 | 12 | 0 | 144 | 63 | 102 | 144 | 30 |
| Binary | 1110000 | 1111100 | 0 | 1010 | 0 | 1100100 | 110011 | 1000010 | 1100100 | 11000 |
Color Harmonies of #707C00
Complementary color
Monochromatic Colors of #707C00
Black with #707C00
Text Example
Text Example
White with #707C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707C00; }
p { color: rgb(112,124,0); }
H1.HeaderClassName
{
color: #707C00;
}
.AnyTagClassName
{
color: #707C00;
}
</style>
background-color css
<style>
a { background-color: #707C00; }
a { background-color: rgb(112,124,0); }
div.DivClassName
{
background-color: #707C00;
}
.BgClassName
{
background-color: #707C00;
}
</style>
border-color css
<style>
span { border-color: #707C00; }
span { border-color: rgb(112,124,0); }
td.TdClassName
{
border-color: #707C00;
}
.TagClassName
{
border-color: #707C00;
}
</style>