Shades of Olive #8F9301
Tints of Olive #8F9301
RGB
CMYK
RGB Variations
Color information
#8F9301 (or 0x8F9301) is known color: Olive. HEX triplet: 8F, 93 and 01. RGB value is (143,147,1). Sum of RGB (Red+Green+Blue) = 143+147+1=291 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.14% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 1 (0.78% from 255 or 0.34% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #8F9301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9301 is #706CFE. Grayscale: #818181. Windows color (decimal): -7367935 or 103311. OLE color: 103311.
HSL color Cylindrical-coordinate representation of color #8F9301: hue angle of 61.64º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F9301 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 147 | 1 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.42 |
| HSL | 61.64º | 0.99% | 0.29% | - |
| HSV(B) | 61.64º | 0.99% | 0.58% | - |
| XYZ | 21.77 | 26.71 | 4.04 | - |
| YUV | 129.16 | 55.67 | 137.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 147 | 1 | 0.03 | 0 | 0.99 | 0.42 | 61.64 | 0.99 | 0.29 |
| Hex | 8F | 93 | 1 | 3 | 0 | 63 | 2A | 3E | 63 | 1D |
| Octal | 217 | 223 | 1 | 3 | 0 | 143 | 52 | 76 | 143 | 35 |
| Binary | 10001111 | 10010011 | 1 | 11 | 0 | 1100011 | 101010 | 111110 | 1100011 | 11101 |
Color Harmonies of #8F9301
Complementary color
Monochromatic Colors of #8F9301
Black with #8F9301
Text Example
Text Example
White with #8F9301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9301; }
p { color: rgb(143,147,1); }
H1.HeaderClassName
{
color: #8F9301;
}
.AnyTagClassName
{
color: #8F9301;
}
</style>
background-color css
<style>
a { background-color: #8F9301; }
a { background-color: rgb(143,147,1); }
div.DivClassName
{
background-color: #8F9301;
}
.BgClassName
{
background-color: #8F9301;
}
</style>
border-color css
<style>
span { border-color: #8F9301; }
span { border-color: rgb(143,147,1); }
td.TdClassName
{
border-color: #8F9301;
}
.TagClassName
{
border-color: #8F9301;
}
</style>