Shades of Olive #8F8803
Tints of Olive #8F8803
RGB
CMYK
RGB Variations
Color information
#8F8803 (or 0x8F8803) is known color: Olive. HEX triplet: 8F, 88 and 03. RGB value is (143,136,3). Sum of RGB (Red+Green+Blue) = 143+136+3=282 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.71% from 282); Green value is 136 (53.52% from 255 or 48.23% from 282); Blue value is 3 (1.56% from 255 or 1.06% from 282); Max value from RGB is 143 - color contains mainly: red. Hex color #8F8803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8F8803 is #7077FC. Grayscale: #7B7B7B. Windows color (decimal): -7370749 or 231567. OLE color: 231567.
HSL color Cylindrical-coordinate representation of color #8F8803: hue angle of 57º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F8803 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 136 | 3 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.44 |
| HSL | 57º | 0.96% | 0.29% | - |
| HSV(B) | 57º | 0.98% | 0.56% | - |
| XYZ | 20.15 | 23.45 | 3.55 | - |
| YUV | 122.93 | 60.32 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 136 | 3 | 0 | 0.05 | 0.98 | 0.44 | 57 | 0.96 | 0.29 |
| Hex | 8F | 88 | 3 | 0 | 5 | 62 | 2C | 39 | 60 | 1D |
| Octal | 217 | 210 | 3 | 0 | 5 | 142 | 54 | 71 | 140 | 35 |
| Binary | 10001111 | 10001000 | 11 | 0 | 101 | 1100010 | 101100 | 111001 | 1100000 | 11101 |
Color Harmonies of #8F8803
Complementary color
Monochromatic Colors of #8F8803
Black with #8F8803
Text Example
Text Example
White with #8F8803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F8803; }
p { color: rgb(143,136,3); }
H1.HeaderClassName
{
color: #8F8803;
}
.AnyTagClassName
{
color: #8F8803;
}
</style>
background-color css
<style>
a { background-color: #8F8803; }
a { background-color: rgb(143,136,3); }
div.DivClassName
{
background-color: #8F8803;
}
.BgClassName
{
background-color: #8F8803;
}
</style>
border-color css
<style>
span { border-color: #8F8803; }
span { border-color: rgb(143,136,3); }
td.TdClassName
{
border-color: #8F8803;
}
.TagClassName
{
border-color: #8F8803;
}
</style>