Shades of Olive Drab #5D8400
Tints of Olive Drab #5D8400
RGB
CMYK
RGB Variations
Color information
#5D8400 (or 0x5D8400) is known color: Olive Drab. HEX triplet: 5D, 84 and 00. RGB value is (93,132,0). Sum of RGB (Red+Green+Blue) = 93+132+0=225 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.33% from 225); Green value is 132 (51.95% from 255 or 58.67% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 132 - color contains mainly: green. Hex color #5D8400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8400 is #A27BFF. Grayscale: #696969. Windows color (decimal): -10648576 or 33885. OLE color: 33885.
HSL color Cylindrical-coordinate representation of color #5D8400: hue angle of 77.73º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5D8400 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 132 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.48 |
| HSL | 77.73º | 1% | 0.26% | - |
| HSV(B) | 77.73º | 1% | 0.52% | - |
| XYZ | 12.77 | 18.83 | 2.96 | - |
| YUV | 105.29 | 68.58 | 119.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 132 | 0 | 0.30 | 0 | 1 | 0.48 | 77.73 | 1 | 0.26 |
| Hex | 5D | 84 | 0 | 1E | 0 | 64 | 30 | 4E | 64 | 1A |
| Octal | 135 | 204 | 0 | 36 | 0 | 144 | 60 | 116 | 144 | 32 |
| Binary | 1011101 | 10000100 | 0 | 11110 | 0 | 1100100 | 110000 | 1001110 | 1100100 | 11010 |
Color Harmonies of #5D8400
Complementary color
Monochromatic Colors of #5D8400
Black with #5D8400
Text Example
Text Example
White with #5D8400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8400; }
p { color: rgb(93,132,0); }
H1.HeaderClassName
{
color: #5D8400;
}
.AnyTagClassName
{
color: #5D8400;
}
</style>
background-color css
<style>
a { background-color: #5D8400; }
a { background-color: rgb(93,132,0); }
div.DivClassName
{
background-color: #5D8400;
}
.BgClassName
{
background-color: #5D8400;
}
</style>
border-color css
<style>
span { border-color: #5D8400; }
span { border-color: rgb(93,132,0); }
td.TdClassName
{
border-color: #5D8400;
}
.TagClassName
{
border-color: #5D8400;
}
</style>