Shades of Olive #8F9401
Tints of Olive #8F9401
RGB
CMYK
RGB Variations
Color information
#8F9401 (or 0x8F9401) is known color: Olive. HEX triplet: 8F, 94 and 01. RGB value is (143,148,1). Sum of RGB (Red+Green+Blue) = 143+148+1=292 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.97% from 292); Green value is 148 (58.20% from 255 or 50.68% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F9401 is #706BFE. Grayscale: #828282. Windows color (decimal): -7367679 or 103567. OLE color: 103567.
HSL color Cylindrical-coordinate representation of color #8F9401: hue angle of 62.04º 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 #8F9401 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 143 | 148 | 1 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.42 |
| HSL | 62.04º | 0.99% | 0.29% | - |
| HSV(B) | 62.04º | 0.99% | 0.58% | - |
| XYZ | 21.92 | 27.02 | 4.09 | - |
| YUV | 129.75 | 55.34 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 148 | 1 | 0.03 | 0 | 0.99 | 0.42 | 62.04 | 0.99 | 0.29 |
| Hex | 8F | 94 | 1 | 3 | 0 | 63 | 2A | 3E | 63 | 1D |
| Octal | 217 | 224 | 1 | 3 | 0 | 143 | 52 | 76 | 143 | 35 |
| Binary | 10001111 | 10010100 | 1 | 11 | 0 | 1100011 | 101010 | 111110 | 1100011 | 11101 |
Color Harmonies of #8F9401
Complementary color
Monochromatic Colors of #8F9401
Black with #8F9401
Text Example
Text Example
White with #8F9401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9401; }
p { color: rgb(143,148,1); }
H1.HeaderClassName
{
color: #8F9401;
}
.AnyTagClassName
{
color: #8F9401;
}
</style>
background-color css
<style>
a { background-color: #8F9401; }
a { background-color: rgb(143,148,1); }
div.DivClassName
{
background-color: #8F9401;
}
.BgClassName
{
background-color: #8F9401;
}
</style>
border-color css
<style>
span { border-color: #8F9401; }
span { border-color: rgb(143,148,1); }
td.TdClassName
{
border-color: #8F9401;
}
.TagClassName
{
border-color: #8F9401;
}
</style>