Shades of Olive #7F9800
Tints of Olive #7F9800
RGB
CMYK
RGB Variations
Color information
#7F9800 (or 0x7F9800) is known color: Olive. HEX triplet: 7F, 98 and 00. RGB value is (127,152,0). Sum of RGB (Red+Green+Blue) = 127+152+0=279 (36% of max value = 765). Red value is 127 (50% from 255 or 45.52% from 279); Green value is 152 (59.77% from 255 or 54.48% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 152 - color contains mainly: green. Hex color #7F9800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F9800 is #8067FF. Grayscale: #7F7F7F. Windows color (decimal): -8415232 or 39039. OLE color: 39039.
HSL color Cylindrical-coordinate representation of color #7F9800: hue angle of 69.87º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7F9800 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 127 | 152 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.40 |
| HSL | 69.87º | 1% | 0.3% | - |
| HSV(B) | 69.87º | 1% | 0.6% | - |
| XYZ | 19.98 | 26.97 | 4.15 | - |
| YUV | 127.2 | 56.22 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 152 | 0 | 0.16 | 0 | 1 | 0.40 | 69.87 | 1 | 0.3 |
| Hex | 7F | 98 | 0 | 10 | 0 | 64 | 28 | 46 | 64 | 1E |
| Octal | 177 | 230 | 0 | 20 | 0 | 144 | 50 | 106 | 144 | 36 |
| Binary | 1111111 | 10011000 | 0 | 10000 | 0 | 1100100 | 101000 | 1000110 | 1100100 | 11110 |
Color Harmonies of #7F9800
Complementary color
Monochromatic Colors of #7F9800
Black with #7F9800
Text Example
Text Example
White with #7F9800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9800; }
p { color: rgb(127,152,0); }
H1.HeaderClassName
{
color: #7F9800;
}
.AnyTagClassName
{
color: #7F9800;
}
</style>
background-color css
<style>
a { background-color: #7F9800; }
a { background-color: rgb(127,152,0); }
div.DivClassName
{
background-color: #7F9800;
}
.BgClassName
{
background-color: #7F9800;
}
</style>
border-color css
<style>
span { border-color: #7F9800; }
span { border-color: rgb(127,152,0); }
td.TdClassName
{
border-color: #7F9800;
}
.TagClassName
{
border-color: #7F9800;
}
</style>