Shades of Olive #7F8C00
Tints of Olive #7F8C00
RGB
CMYK
RGB Variations
Color information
#7F8C00 (or 0x7F8C00) is known color: Olive. HEX triplet: 7F, 8C and 00. RGB value is (127,140,0). Sum of RGB (Red+Green+Blue) = 127+140+0=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 140 (55.08% from 255 or 52.43% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 140 - color contains mainly: green. Hex color #7F8C00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8C00 is #8073FF. Grayscale: #787878. Windows color (decimal): -8418304 or 35967. OLE color: 35967.
HSL color Cylindrical-coordinate representation of color #7F8C00: hue angle of 65.57º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F8C00 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 140 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.45 |
| HSL | 65.57º | 1% | 0.27% | - |
| HSV(B) | 65.57º | 1% | 0.55% | - |
| XYZ | 18.13 | 23.27 | 3.54 | - |
| YUV | 120.15 | 60.19 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 140 | 0 | 0.09 | 0 | 1 | 0.45 | 65.57 | 1 | 0.27 |
| Hex | 7F | 8C | 0 | 9 | 0 | 64 | 2D | 42 | 64 | 1B |
| Octal | 177 | 214 | 0 | 11 | 0 | 144 | 55 | 102 | 144 | 33 |
| Binary | 1111111 | 10001100 | 0 | 1001 | 0 | 1100100 | 101101 | 1000010 | 1100100 | 11011 |
Color Harmonies of #7F8C00
Complementary color
Monochromatic Colors of #7F8C00
Black with #7F8C00
Text Example
Text Example
White with #7F8C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8C00; }
p { color: rgb(127,140,0); }
H1.HeaderClassName
{
color: #7F8C00;
}
.AnyTagClassName
{
color: #7F8C00;
}
</style>
background-color css
<style>
a { background-color: #7F8C00; }
a { background-color: rgb(127,140,0); }
div.DivClassName
{
background-color: #7F8C00;
}
.BgClassName
{
background-color: #7F8C00;
}
</style>
border-color css
<style>
span { border-color: #7F8C00; }
span { border-color: rgb(127,140,0); }
td.TdClassName
{
border-color: #7F8C00;
}
.TagClassName
{
border-color: #7F8C00;
}
</style>