Shades of Olive #8D8708
Tints of Olive #8D8708
RGB
CMYK
RGB Variations
Color information
#8D8708 (or 0x8D8708) is known color: Olive. HEX triplet: 8D, 87 and 08. RGB value is (141,135,8). Sum of RGB (Red+Green+Blue) = 141+135+8=284 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.65% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8708 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8708 is #7278F7. Grayscale: #7A7A7A. Windows color (decimal): -7502072 or 558989. OLE color: 558989.
HSL color Cylindrical-coordinate representation of color #8D8708: hue angle of 57.29º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D8708 is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 135 | 8 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.45 |
| HSL | 57.29º | 0.89% | 0.29% | - |
| HSV(B) | 57.29º | 0.94% | 0.55% | - |
| XYZ | 19.69 | 23.01 | 3.63 | - |
| YUV | 122.32 | 63.49 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 135 | 8 | 0 | 0.04 | 0.94 | 0.45 | 57.29 | 0.89 | 0.29 |
| Hex | 8D | 87 | 8 | 0 | 4 | 5E | 2D | 39 | 59 | 1D |
| Octal | 215 | 207 | 10 | 0 | 4 | 136 | 55 | 71 | 131 | 35 |
| Binary | 10001101 | 10000111 | 1000 | 0 | 100 | 1011110 | 101101 | 111001 | 1011001 | 11101 |
Color Harmonies of #8D8708
Complementary color
Monochromatic Colors of #8D8708
Black with #8D8708
Text Example
Text Example
White with #8D8708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8708; }
p { color: rgb(141,135,8); }
H1.HeaderClassName
{
color: #8D8708;
}
.AnyTagClassName
{
color: #8D8708;
}
</style>
background-color css
<style>
a { background-color: #8D8708; }
a { background-color: rgb(141,135,8); }
div.DivClassName
{
background-color: #8D8708;
}
.BgClassName
{
background-color: #8D8708;
}
</style>
border-color css
<style>
span { border-color: #8D8708; }
span { border-color: rgb(141,135,8); }
td.TdClassName
{
border-color: #8D8708;
}
.TagClassName
{
border-color: #8D8708;
}
</style>