Shades of Olive #8D8602
Tints of Olive #8D8602
RGB
CMYK
RGB Variations
Color information
#8D8602 (or 0x8D8602) is known color: Olive. HEX triplet: 8D, 86 and 02. RGB value is (141,134,2). Sum of RGB (Red+Green+Blue) = 141+134+2=277 (36% of max value = 765). Red value is 141 (55.47% from 255 or 50.90% from 277); Green value is 134 (52.73% from 255 or 48.38% from 277); Blue value is 2 (1.17% from 255 or 0.72% from 277); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8602 is #7279FD. Grayscale: #797979. Windows color (decimal): -7502334 or 165517. OLE color: 165517.
HSL color Cylindrical-coordinate representation of color #8D8602: hue angle of 56.98º 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 #8D8602 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 134 | 2 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.45 |
| HSL | 56.98º | 0.97% | 0.28% | - |
| HSV(B) | 56.98º | 0.99% | 0.55% | - |
| XYZ | 19.52 | 22.72 | 3.41 | - |
| YUV | 121.05 | 60.82 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 134 | 2 | 0 | 0.05 | 0.99 | 0.45 | 56.98 | 0.97 | 0.28 |
| Hex | 8D | 86 | 2 | 0 | 5 | 63 | 2D | 39 | 61 | 1C |
| Octal | 215 | 206 | 2 | 0 | 5 | 143 | 55 | 71 | 141 | 34 |
| Binary | 10001101 | 10000110 | 10 | 0 | 101 | 1100011 | 101101 | 111001 | 1100001 | 11100 |
Color Harmonies of #8D8602
Complementary color
Monochromatic Colors of #8D8602
Black with #8D8602
Text Example
Text Example
White with #8D8602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8602; }
p { color: rgb(141,134,2); }
H1.HeaderClassName
{
color: #8D8602;
}
.AnyTagClassName
{
color: #8D8602;
}
</style>
background-color css
<style>
a { background-color: #8D8602; }
a { background-color: rgb(141,134,2); }
div.DivClassName
{
background-color: #8D8602;
}
.BgClassName
{
background-color: #8D8602;
}
</style>
border-color css
<style>
span { border-color: #8D8602; }
span { border-color: rgb(141,134,2); }
td.TdClassName
{
border-color: #8D8602;
}
.TagClassName
{
border-color: #8D8602;
}
</style>