Shades of Olive #8D8503
Tints of Olive #8D8503
RGB
CMYK
RGB Variations
Color information
#8D8503 (or 0x8D8503) is known color: Olive. HEX triplet: 8D, 85 and 03. RGB value is (141,133,3). Sum of RGB (Red+Green+Blue) = 141+133+3=277 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.90% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8503 is #727AFC. Grayscale: #797979. Windows color (decimal): -7502589 or 230797. OLE color: 230797.
HSL color Cylindrical-coordinate representation of color #8D8503: hue angle of 56.52º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8D8503 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 133 | 3 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.45 |
| HSL | 56.52º | 0.96% | 0.28% | - |
| HSV(B) | 56.52º | 0.98% | 0.55% | - |
| XYZ | 19.39 | 22.44 | 3.4 | - |
| YUV | 120.57 | 61.65 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 133 | 3 | 0 | 0.06 | 0.98 | 0.45 | 56.52 | 0.96 | 0.28 |
| Hex | 8D | 85 | 3 | 0 | 6 | 62 | 2D | 39 | 60 | 1C |
| Octal | 215 | 205 | 3 | 0 | 6 | 142 | 55 | 71 | 140 | 34 |
| Binary | 10001101 | 10000101 | 11 | 0 | 110 | 1100010 | 101101 | 111001 | 1100000 | 11100 |
Color Harmonies of #8D8503
Complementary color
Monochromatic Colors of #8D8503
Black with #8D8503
Text Example
Text Example
White with #8D8503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8503; }
p { color: rgb(141,133,3); }
H1.HeaderClassName
{
color: #8D8503;
}
.AnyTagClassName
{
color: #8D8503;
}
</style>
background-color css
<style>
a { background-color: #8D8503; }
a { background-color: rgb(141,133,3); }
div.DivClassName
{
background-color: #8D8503;
}
.BgClassName
{
background-color: #8D8503;
}
</style>
border-color css
<style>
span { border-color: #8D8503; }
span { border-color: rgb(141,133,3); }
td.TdClassName
{
border-color: #8D8503;
}
.TagClassName
{
border-color: #8D8503;
}
</style>