Shades of Olive #7F7000
Tints of Olive #7F7000
RGB
CMYK
RGB Variations
Color information
#7F7000 (or 0x7F7000) is known color: Olive. HEX triplet: 7F, 70 and 00. RGB value is (127,112,0). Sum of RGB (Red+Green+Blue) = 127+112+0=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7000 is #808FFF. Grayscale: #686868. Windows color (decimal): -8425472 or 28799. OLE color: 28799.
HSL color Cylindrical-coordinate representation of color #7F7000: hue angle of 52.91º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F7000 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 112 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.50 |
| HSL | 52.91º | 1% | 0.25% | - |
| HSV(B) | 52.91º | 1% | 0.5% | - |
| XYZ | 14.55 | 16.1 | 2.34 | - |
| YUV | 103.72 | 69.47 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 112 | 0 | 0 | 0.12 | 1 | 0.50 | 52.91 | 1 | 0.25 |
| Hex | 7F | 70 | 0 | 0 | C | 64 | 32 | 35 | 64 | 19 |
| Octal | 177 | 160 | 0 | 0 | 14 | 144 | 62 | 65 | 144 | 31 |
| Binary | 1111111 | 1110000 | 0 | 0 | 1100 | 1100100 | 110010 | 110101 | 1100100 | 11001 |
Color Harmonies of #7F7000
Complementary color
Monochromatic Colors of #7F7000
Black with #7F7000
Text Example
Text Example
White with #7F7000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7000; }
p { color: rgb(127,112,0); }
H1.HeaderClassName
{
color: #7F7000;
}
.AnyTagClassName
{
color: #7F7000;
}
</style>
background-color css
<style>
a { background-color: #7F7000; }
a { background-color: rgb(127,112,0); }
div.DivClassName
{
background-color: #7F7000;
}
.BgClassName
{
background-color: #7F7000;
}
</style>
border-color css
<style>
span { border-color: #7F7000; }
span { border-color: rgb(127,112,0); }
td.TdClassName
{
border-color: #7F7000;
}
.TagClassName
{
border-color: #7F7000;
}
</style>