Shades of Olive #8F9800
Tints of Olive #8F9800
RGB
CMYK
RGB Variations
Color information
#8F9800 (or 0x8F9800) is known color: Olive. HEX triplet: 8F, 98 and 00. RGB value is (143,152,0). Sum of RGB (Red+Green+Blue) = 143+152+0=295 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.47% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #8F9800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9800 is #7067FF. Grayscale: #848484. Windows color (decimal): -7366656 or 39055. OLE color: 39055.
HSL color Cylindrical-coordinate representation of color #8F9800: hue angle of 63.55º 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 #8F9800 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 143 | 152 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.40 |
| HSL | 63.55º | 1% | 0.3% | - |
| HSV(B) | 63.55º | 1% | 0.6% | - |
| XYZ | 22.56 | 28.3 | 4.27 | - |
| YUV | 131.98 | 53.52 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 152 | 0 | 0.06 | 0 | 1 | 0.40 | 63.55 | 1 | 0.3 |
| Hex | 8F | 98 | 0 | 6 | 0 | 64 | 28 | 40 | 64 | 1E |
| Octal | 217 | 230 | 0 | 6 | 0 | 144 | 50 | 100 | 144 | 36 |
| Binary | 10001111 | 10011000 | 0 | 110 | 0 | 1100100 | 101000 | 1000000 | 1100100 | 11110 |
Color Harmonies of #8F9800
Complementary color
Monochromatic Colors of #8F9800
Black with #8F9800
Text Example
Text Example
White with #8F9800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9800; }
p { color: rgb(143,152,0); }
H1.HeaderClassName
{
color: #8F9800;
}
.AnyTagClassName
{
color: #8F9800;
}
</style>
background-color css
<style>
a { background-color: #8F9800; }
a { background-color: rgb(143,152,0); }
div.DivClassName
{
background-color: #8F9800;
}
.BgClassName
{
background-color: #8F9800;
}
</style>
border-color css
<style>
span { border-color: #8F9800; }
span { border-color: rgb(143,152,0); }
td.TdClassName
{
border-color: #8F9800;
}
.TagClassName
{
border-color: #8F9800;
}
</style>