Shades of Olive #8D8905
Tints of Olive #8D8905
RGB
CMYK
RGB Variations
Color information
#8D8905 (or 0x8D8905) is known color: Olive. HEX triplet: 8D, 89 and 05. RGB value is (141,137,5). Sum of RGB (Red+Green+Blue) = 141+137+5=283 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.82% from 283); Green value is 137 (53.91% from 255 or 48.41% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8905 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8905 is #7276FA. Grayscale: #7B7B7B. Windows color (decimal): -7501563 or 362893. OLE color: 362893.
HSL color Cylindrical-coordinate representation of color #8D8905: hue angle of 58.24º 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 #8D8905 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 137 | 5 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.45 |
| HSL | 58.24º | 0.93% | 0.29% | - |
| HSV(B) | 58.24º | 0.96% | 0.55% | - |
| XYZ | 19.96 | 23.57 | 3.64 | - |
| YUV | 123.15 | 61.33 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 5 | 0 | 0.03 | 0.96 | 0.45 | 58.24 | 0.93 | 0.29 |
| Hex | 8D | 89 | 5 | 0 | 3 | 60 | 2D | 3A | 5D | 1D |
| Octal | 215 | 211 | 5 | 0 | 3 | 140 | 55 | 72 | 135 | 35 |
| Binary | 10001101 | 10001001 | 101 | 0 | 11 | 1100000 | 101101 | 111010 | 1011101 | 11101 |
Color Harmonies of #8D8905
Complementary color
Monochromatic Colors of #8D8905
Black with #8D8905
Text Example
Text Example
White with #8D8905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8905; }
p { color: rgb(141,137,5); }
H1.HeaderClassName
{
color: #8D8905;
}
.AnyTagClassName
{
color: #8D8905;
}
</style>
background-color css
<style>
a { background-color: #8D8905; }
a { background-color: rgb(141,137,5); }
div.DivClassName
{
background-color: #8D8905;
}
.BgClassName
{
background-color: #8D8905;
}
</style>
border-color css
<style>
span { border-color: #8D8905; }
span { border-color: rgb(141,137,5); }
td.TdClassName
{
border-color: #8D8905;
}
.TagClassName
{
border-color: #8D8905;
}
</style>