Shades of Olive #8D850B
Tints of Olive #8D850B
RGB
CMYK
RGB Variations
Color information
#8D850B (or 0x8D850B) is known color: Olive. HEX triplet: 8D, 85 and 0B. RGB value is (141,133,11). Sum of RGB (Red+Green+Blue) = 141+133+11=285 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.47% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 11 (4.69% from 255 or 3.86% from 285); Max value from RGB is 141 - color contains mainly: red. Hex color #8D850B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D850B is #727AF4. Grayscale: #797979. Windows color (decimal): -7502581 or 755085. OLE color: 755085.
HSL color Cylindrical-coordinate representation of color #8D850B: hue angle of 56.31º 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 #8D850B is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 133 | 11 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.45 |
| HSL | 56.31º | 0.86% | 0.3% | - |
| HSV(B) | 56.31º | 0.92% | 0.55% | - |
| XYZ | 19.43 | 22.46 | 3.63 | - |
| YUV | 121.48 | 65.65 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 11 | 0 | 0.06 | 0.92 | 0.45 | 56.31 | 0.86 | 0.3 |
| Hex | 8D | 85 | B | 0 | 6 | 5C | 2D | 38 | 56 | 1E |
| Octal | 215 | 205 | 13 | 0 | 6 | 134 | 55 | 70 | 126 | 36 |
| Binary | 10001101 | 10000101 | 1011 | 0 | 110 | 1011100 | 101101 | 111000 | 1010110 | 11110 |
Color Harmonies of #8D850B
Complementary color
Monochromatic Colors of #8D850B
Black with #8D850B
Text Example
Text Example
White with #8D850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D850B; }
p { color: rgb(141,133,11); }
H1.HeaderClassName
{
color: #8D850B;
}
.AnyTagClassName
{
color: #8D850B;
}
</style>
background-color css
<style>
a { background-color: #8D850B; }
a { background-color: rgb(141,133,11); }
div.DivClassName
{
background-color: #8D850B;
}
.BgClassName
{
background-color: #8D850B;
}
</style>
border-color css
<style>
span { border-color: #8D850B; }
span { border-color: rgb(141,133,11); }
td.TdClassName
{
border-color: #8D850B;
}
.TagClassName
{
border-color: #8D850B;
}
</style>