Shades of Olive Drab #5D8708
Tints of Olive Drab #5D8708
RGB
CMYK
RGB Variations
Color information
#5D8708 (or 0x5D8708) is known color: Olive Drab. HEX triplet: 5D, 87 and 08. RGB value is (93,135,8). Sum of RGB (Red+Green+Blue) = 93+135+8=236 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.41% from 236); Green value is 135 (53.12% from 255 or 57.20% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 135 - color contains mainly: green. Hex color #5D8708 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8708 is #A278F7. Grayscale: #6C6C6C. Windows color (decimal): -10647800 or 558941. OLE color: 558941.
HSL color Cylindrical-coordinate representation of color #5D8708: hue angle of 79.84º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D8708 is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 135 | 8 | - |
| CMYK | 0.31 | 0 | 0.94 | 0.47 |
| HSL | 79.84º | 0.89% | 0.28% | - |
| HSV(B) | 79.84º | 0.94% | 0.53% | - |
| XYZ | 13.22 | 19.67 | 3.33 | - |
| YUV | 107.96 | 71.59 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 135 | 8 | 0.31 | 0 | 0.94 | 0.47 | 79.84 | 0.89 | 0.28 |
| Hex | 5D | 87 | 8 | 1F | 0 | 5E | 2F | 50 | 59 | 1C |
| Octal | 135 | 207 | 10 | 37 | 0 | 136 | 57 | 120 | 131 | 34 |
| Binary | 1011101 | 10000111 | 1000 | 11111 | 0 | 1011110 | 101111 | 1010000 | 1011001 | 11100 |
Color Harmonies of #5D8708
Complementary color
Monochromatic Colors of #5D8708
Black with #5D8708
Text Example
Text Example
White with #5D8708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8708; }
p { color: rgb(93,135,8); }
H1.HeaderClassName
{
color: #5D8708;
}
.AnyTagClassName
{
color: #5D8708;
}
</style>
background-color css
<style>
a { background-color: #5D8708; }
a { background-color: rgb(93,135,8); }
div.DivClassName
{
background-color: #5D8708;
}
.BgClassName
{
background-color: #5D8708;
}
</style>
border-color css
<style>
span { border-color: #5D8708; }
span { border-color: rgb(93,135,8); }
td.TdClassName
{
border-color: #5D8708;
}
.TagClassName
{
border-color: #5D8708;
}
</style>