Shades of Olive #8F9300
Tints of Olive #8F9300
RGB
CMYK
RGB Variations
Color information
#8F9300 (or 0x8F9300) is known color: Olive. HEX triplet: 8F, 93 and 00. RGB value is (143,147,0). Sum of RGB (Red+Green+Blue) = 143+147+0=290 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.31% from 290); Green value is 147 (57.81% from 255 or 50.69% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9300 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9300 is #706CFF. Grayscale: #818181. Windows color (decimal): -7367936 or 37775. OLE color: 37775.
HSL color Cylindrical-coordinate representation of color #8F9300: hue angle of 61.63º 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 #8F9300 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 147 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.42 |
| HSL | 61.63º | 1% | 0.29% | - |
| HSV(B) | 61.63º | 1% | 0.58% | - |
| XYZ | 21.76 | 26.71 | 4.01 | - |
| YUV | 129.05 | 55.17 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 0 | 0.03 | 0 | 1 | 0.42 | 61.63 | 1 | 0.29 |
| Hex | 8F | 93 | 0 | 3 | 0 | 64 | 2A | 3E | 64 | 1D |
| Octal | 217 | 223 | 0 | 3 | 0 | 144 | 52 | 76 | 144 | 35 |
| Binary | 10001111 | 10010011 | 0 | 11 | 0 | 1100100 | 101010 | 111110 | 1100100 | 11101 |
Color Harmonies of #8F9300
Complementary color
Monochromatic Colors of #8F9300
Black with #8F9300
Text Example
Text Example
White with #8F9300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9300; }
p { color: rgb(143,147,0); }
H1.HeaderClassName
{
color: #8F9300;
}
.AnyTagClassName
{
color: #8F9300;
}
</style>
background-color css
<style>
a { background-color: #8F9300; }
a { background-color: rgb(143,147,0); }
div.DivClassName
{
background-color: #8F9300;
}
.BgClassName
{
background-color: #8F9300;
}
</style>
border-color css
<style>
span { border-color: #8F9300; }
span { border-color: rgb(143,147,0); }
td.TdClassName
{
border-color: #8F9300;
}
.TagClassName
{
border-color: #8F9300;
}
</style>