Shades of Olive Drab #5D8601
Tints of Olive Drab #5D8601
RGB
CMYK
RGB Variations
Color information
#5D8601 (or 0x5D8601) is known color: Olive Drab. HEX triplet: 5D, 86 and 01. RGB value is (93,134,1). Sum of RGB (Red+Green+Blue) = 93+134+1=228 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.79% from 228); Green value is 134 (52.73% from 255 or 58.77% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 134 - color contains mainly: green. Hex color #5D8601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8601 is #A279FE. Grayscale: #6B6B6B. Windows color (decimal): -10648063 or 99933. OLE color: 99933.
HSL color Cylindrical-coordinate representation of color #5D8601: hue angle of 78.5º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D8601 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 93 | 134 | 1 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.47 |
| HSL | 78.5º | 0.99% | 0.26% | - |
| HSV(B) | 78.5º | 0.99% | 0.53% | - |
| XYZ | 13.04 | 19.38 | 3.08 | - |
| YUV | 106.58 | 68.42 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 134 | 1 | 0.31 | 0 | 0.99 | 0.47 | 78.5 | 0.99 | 0.26 |
| Hex | 5D | 86 | 1 | 1F | 0 | 63 | 2F | 4E | 63 | 1A |
| Octal | 135 | 206 | 1 | 37 | 0 | 143 | 57 | 116 | 143 | 32 |
| Binary | 1011101 | 10000110 | 1 | 11111 | 0 | 1100011 | 101111 | 1001110 | 1100011 | 11010 |
Color Harmonies of #5D8601
Complementary color
Monochromatic Colors of #5D8601
Black with #5D8601
Text Example
Text Example
White with #5D8601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8601; }
p { color: rgb(93,134,1); }
H1.HeaderClassName
{
color: #5D8601;
}
.AnyTagClassName
{
color: #5D8601;
}
</style>
background-color css
<style>
a { background-color: #5D8601; }
a { background-color: rgb(93,134,1); }
div.DivClassName
{
background-color: #5D8601;
}
.BgClassName
{
background-color: #5D8601;
}
</style>
border-color css
<style>
span { border-color: #5D8601; }
span { border-color: rgb(93,134,1); }
td.TdClassName
{
border-color: #5D8601;
}
.TagClassName
{
border-color: #5D8601;
}
</style>