Shades of Olive #7F8610
Tints of Olive #7F8610
RGB
CMYK
RGB Variations
Color information
#7F8610 (or 0x7F8610) is known color: Olive. HEX triplet: 7F, 86 and 10. RGB value is (127,134,16). Sum of RGB (Red+Green+Blue) = 127+134+16=277 (36% of max value = 765). Red value is 127 (50% from 255 or 45.85% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 134 - color contains mainly: green. Hex color #7F8610 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8610 is #8079EF. Grayscale: #767676. Windows color (decimal): -8419824 or 1083007. OLE color: 1083007.
HSL color Cylindrical-coordinate representation of color #7F8610: hue angle of 63.56º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F8610 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 134 | 16 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.47 |
| HSL | 63.56º | 0.79% | 0.29% | - |
| HSV(B) | 63.56º | 0.88% | 0.53% | - |
| XYZ | 17.37 | 21.6 | 3.74 | - |
| YUV | 118.46 | 70.18 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 134 | 16 | 0.05 | 0 | 0.88 | 0.47 | 63.56 | 0.79 | 0.29 |
| Hex | 7F | 86 | 10 | 5 | 0 | 58 | 2F | 40 | 4F | 1D |
| Octal | 177 | 206 | 20 | 5 | 0 | 130 | 57 | 100 | 117 | 35 |
| Binary | 1111111 | 10000110 | 10000 | 101 | 0 | 1011000 | 101111 | 1000000 | 1001111 | 11101 |
Color Harmonies of #7F8610
Complementary color
Monochromatic Colors of #7F8610
Black with #7F8610
Text Example
Text Example
White with #7F8610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8610; }
p { color: rgb(127,134,16); }
H1.HeaderClassName
{
color: #7F8610;
}
.AnyTagClassName
{
color: #7F8610;
}
</style>
background-color css
<style>
a { background-color: #7F8610; }
a { background-color: rgb(127,134,16); }
div.DivClassName
{
background-color: #7F8610;
}
.BgClassName
{
background-color: #7F8610;
}
</style>
border-color css
<style>
span { border-color: #7F8610; }
span { border-color: rgb(127,134,16); }
td.TdClassName
{
border-color: #7F8610;
}
.TagClassName
{
border-color: #7F8610;
}
</style>