Shades of Olive #8D8205
Tints of Olive #8D8205
RGB
CMYK
RGB Variations
Color information
#8D8205 (or 0x8D8205) is known color: Olive. HEX triplet: 8D, 82 and 05. RGB value is (141,130,5). Sum of RGB (Red+Green+Blue) = 141+130+5=276 (36% of max value = 765). Red value is 141 (55.47% from 255 or 51.09% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8205 is #727DFA. Grayscale: #777777. Windows color (decimal): -7503355 or 361101. OLE color: 361101.
HSL color Cylindrical-coordinate representation of color #8D8205: hue angle of 55.15º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D8205 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 130 | 5 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.45 |
| HSL | 55.15º | 0.93% | 0.29% | - |
| HSV(B) | 55.15º | 0.96% | 0.55% | - |
| XYZ | 18.99 | 21.64 | 3.32 | - |
| YUV | 119.04 | 63.64 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 5 | 0 | 0.08 | 0.96 | 0.45 | 55.15 | 0.93 | 0.29 |
| Hex | 8D | 82 | 5 | 0 | 8 | 60 | 2D | 37 | 5D | 1D |
| Octal | 215 | 202 | 5 | 0 | 10 | 140 | 55 | 67 | 135 | 35 |
| Binary | 10001101 | 10000010 | 101 | 0 | 1000 | 1100000 | 101101 | 110111 | 1011101 | 11101 |
Color Harmonies of #8D8205
Complementary color
Monochromatic Colors of #8D8205
Black with #8D8205
Text Example
Text Example
White with #8D8205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8205; }
p { color: rgb(141,130,5); }
H1.HeaderClassName
{
color: #8D8205;
}
.AnyTagClassName
{
color: #8D8205;
}
</style>
background-color css
<style>
a { background-color: #8D8205; }
a { background-color: rgb(141,130,5); }
div.DivClassName
{
background-color: #8D8205;
}
.BgClassName
{
background-color: #8D8205;
}
</style>
border-color css
<style>
span { border-color: #8D8205; }
span { border-color: rgb(141,130,5); }
td.TdClassName
{
border-color: #8D8205;
}
.TagClassName
{
border-color: #8D8205;
}
</style>