Shades of Olive #8D800B
Tints of Olive #8D800B
RGB
CMYK
RGB Variations
Color information
#8D800B (or 0x8D800B) is known color: Olive. HEX triplet: 8D, 80 and 0B. RGB value is (141,128,11). Sum of RGB (Red+Green+Blue) = 141+128+11=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D800B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D800B is #727FF4. Grayscale: #777777. Windows color (decimal): -7503861 or 753805. OLE color: 753805.
HSL color Cylindrical-coordinate representation of color #8D800B: hue angle of 54º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8D800B is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 128 | 11 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.45 |
| HSL | 54º | 0.86% | 0.3% | - |
| HSV(B) | 54º | 0.92% | 0.55% | - |
| XYZ | 18.76 | 21.13 | 3.41 | - |
| YUV | 118.55 | 67.31 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 128 | 11 | 0 | 0.09 | 0.92 | 0.45 | 54 | 0.86 | 0.3 |
| Hex | 8D | 80 | B | 0 | 9 | 5C | 2D | 36 | 56 | 1E |
| Octal | 215 | 200 | 13 | 0 | 11 | 134 | 55 | 66 | 126 | 36 |
| Binary | 10001101 | 10000000 | 1011 | 0 | 1001 | 1011100 | 101101 | 110110 | 1010110 | 11110 |
Color Harmonies of #8D800B
Complementary color
Monochromatic Colors of #8D800B
Black with #8D800B
Text Example
Text Example
White with #8D800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D800B; }
p { color: rgb(141,128,11); }
H1.HeaderClassName
{
color: #8D800B;
}
.AnyTagClassName
{
color: #8D800B;
}
</style>
background-color css
<style>
a { background-color: #8D800B; }
a { background-color: rgb(141,128,11); }
div.DivClassName
{
background-color: #8D800B;
}
.BgClassName
{
background-color: #8D800B;
}
</style>
border-color css
<style>
span { border-color: #8D800B; }
span { border-color: rgb(141,128,11); }
td.TdClassName
{
border-color: #8D800B;
}
.TagClassName
{
border-color: #8D800B;
}
</style>