Shades of Olive #8F9500
Tints of Olive #8F9500
RGB
CMYK
RGB Variations
Color information
#8F9500 (or 0x8F9500) is known color: Olive. HEX triplet: 8F, 95 and 00. RGB value is (143,149,0). Sum of RGB (Red+Green+Blue) = 143+149+0=292 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.97% from 292); Green value is 149 (58.59% from 255 or 51.03% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 149 - color contains mainly: green. Hex color #8F9500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9500 is #706AFF. Grayscale: #828282. Windows color (decimal): -7367424 or 38287. OLE color: 38287.
HSL color Cylindrical-coordinate representation of color #8F9500: hue angle of 62.42º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F9500 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 149 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.42 |
| HSL | 62.42º | 1% | 0.29% | - |
| HSV(B) | 62.42º | 1% | 0.58% | - |
| XYZ | 22.08 | 27.33 | 4.11 | - |
| YUV | 130.22 | 54.51 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 149 | 0 | 0.04 | 0 | 1 | 0.42 | 62.42 | 1 | 0.29 |
| Hex | 8F | 95 | 0 | 4 | 0 | 64 | 2A | 3E | 64 | 1D |
| Octal | 217 | 225 | 0 | 4 | 0 | 144 | 52 | 76 | 144 | 35 |
| Binary | 10001111 | 10010101 | 0 | 100 | 0 | 1100100 | 101010 | 111110 | 1100100 | 11101 |
Color Harmonies of #8F9500
Complementary color
Monochromatic Colors of #8F9500
Black with #8F9500
Text Example
Text Example
White with #8F9500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9500; }
p { color: rgb(143,149,0); }
H1.HeaderClassName
{
color: #8F9500;
}
.AnyTagClassName
{
color: #8F9500;
}
</style>
background-color css
<style>
a { background-color: #8F9500; }
a { background-color: rgb(143,149,0); }
div.DivClassName
{
background-color: #8F9500;
}
.BgClassName
{
background-color: #8F9500;
}
</style>
border-color css
<style>
span { border-color: #8F9500; }
span { border-color: rgb(143,149,0); }
td.TdClassName
{
border-color: #8F9500;
}
.TagClassName
{
border-color: #8F9500;
}
</style>