Shades of Olive #8F8100
Tints of Olive #8F8100
RGB
CMYK
RGB Variations
Color information
#8F8100 (or 0x8F8100) is known color: Olive. HEX triplet: 8F, 81 and 00. RGB value is (143,129,0). Sum of RGB (Red+Green+Blue) = 143+129+0=272 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.57% from 272); Green value is 129 (50.78% from 255 or 47.43% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F8100 is #707EFF. Grayscale: #777777. Windows color (decimal): -7372544 or 33167. OLE color: 33167.
HSL color Cylindrical-coordinate representation of color #8F8100: hue angle of 54.13º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F8100 is Cyan = 0, Magento = 0.10, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 129 | 0 | - |
| CMYK | 0 | 0.10 | 1 | 0.44 |
| HSL | 54.13º | 1% | 0.28% | - |
| HSV(B) | 54.13º | 1% | 0.56% | - |
| XYZ | 19.18 | 21.54 | 3.15 | - |
| YUV | 118.48 | 61.14 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 129 | 0 | 0 | 0.10 | 1 | 0.44 | 54.13 | 1 | 0.28 |
| Hex | 8F | 81 | 0 | 0 | A | 64 | 2C | 36 | 64 | 1C |
| Octal | 217 | 201 | 0 | 0 | 12 | 144 | 54 | 66 | 144 | 34 |
| Binary | 10001111 | 10000001 | 0 | 0 | 1010 | 1100100 | 101100 | 110110 | 1100100 | 11100 |
Color Harmonies of #8F8100
Complementary color
Monochromatic Colors of #8F8100
Black with #8F8100
Text Example
Text Example
White with #8F8100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8100; }
p { color: rgb(143,129,0); }
H1.HeaderClassName
{
color: #8F8100;
}
.AnyTagClassName
{
color: #8F8100;
}
</style>
background-color css
<style>
a { background-color: #8F8100; }
a { background-color: rgb(143,129,0); }
div.DivClassName
{
background-color: #8F8100;
}
.BgClassName
{
background-color: #8F8100;
}
</style>
border-color css
<style>
span { border-color: #8F8100; }
span { border-color: rgb(143,129,0); }
td.TdClassName
{
border-color: #8F8100;
}
.TagClassName
{
border-color: #8F8100;
}
</style>