Shades of Olive #8D8902
Tints of Olive #8D8902
RGB
CMYK
RGB Variations
Color information
#8D8902 (or 0x8D8902) is known color: Olive. HEX triplet: 8D, 89 and 02. RGB value is (141,137,2). Sum of RGB (Red+Green+Blue) = 141+137+2=280 (37% of max value = 765). Red value is 141 (55.47% from 255 or 50.36% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 2 (1.17% from 255 or 0.71% from 280); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8902 is #7276FD. Grayscale: #7B7B7B. Windows color (decimal): -7501566 or 166285. OLE color: 166285.
HSL color Cylindrical-coordinate representation of color #8D8902: hue angle of 58.27º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D8902 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 137 | 2 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.45 |
| HSL | 58.27º | 0.97% | 0.28% | - |
| HSV(B) | 58.27º | 0.99% | 0.55% | - |
| XYZ | 19.94 | 23.56 | 3.55 | - |
| YUV | 122.81 | 59.83 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 137 | 2 | 0 | 0.03 | 0.99 | 0.45 | 58.27 | 0.97 | 0.28 |
| Hex | 8D | 89 | 2 | 0 | 3 | 63 | 2D | 3A | 61 | 1C |
| Octal | 215 | 211 | 2 | 0 | 3 | 143 | 55 | 72 | 141 | 34 |
| Binary | 10001101 | 10001001 | 10 | 0 | 11 | 1100011 | 101101 | 111010 | 1100001 | 11100 |
Color Harmonies of #8D8902
Complementary color
Monochromatic Colors of #8D8902
Black with #8D8902
Text Example
Text Example
White with #8D8902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8902; }
p { color: rgb(141,137,2); }
H1.HeaderClassName
{
color: #8D8902;
}
.AnyTagClassName
{
color: #8D8902;
}
</style>
background-color css
<style>
a { background-color: #8D8902; }
a { background-color: rgb(141,137,2); }
div.DivClassName
{
background-color: #8D8902;
}
.BgClassName
{
background-color: #8D8902;
}
</style>
border-color css
<style>
span { border-color: #8D8902; }
span { border-color: rgb(141,137,2); }
td.TdClassName
{
border-color: #8D8902;
}
.TagClassName
{
border-color: #8D8902;
}
</style>