Shades of Olive Drab #5D851D
Tints of Olive Drab #5D851D
RGB
CMYK
RGB Variations
Color information
#5D851D (or 0x5D851D) is known color: Olive Drab. HEX triplet: 5D, 85 and 1D. RGB value is (93,133,29). Sum of RGB (Red+Green+Blue) = 93+133+29=255 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.47% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #5D851D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D851D is #A27AE2. Grayscale: #6D6D6D. Windows color (decimal): -10648291 or 1934685. OLE color: 1934685.
HSL color Cylindrical-coordinate representation of color #5D851D: hue angle of 83.08º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D851D is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 133 | 29 | - |
| CMYK | 0.30 | 0 | 0.78 | 0.48 |
| HSL | 83.08º | 0.64% | 0.32% | - |
| HSV(B) | 83.08º | 0.78% | 0.52% | - |
| XYZ | 13.12 | 19.19 | 4.17 | - |
| YUV | 109.18 | 82.75 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 133 | 29 | 0.30 | 0 | 0.78 | 0.48 | 83.08 | 0.64 | 0.32 |
| Hex | 5D | 85 | 1D | 1E | 0 | 4E | 30 | 53 | 40 | 20 |
| Octal | 135 | 205 | 35 | 36 | 0 | 116 | 60 | 123 | 100 | 40 |
| Binary | 1011101 | 10000101 | 11101 | 11110 | 0 | 1001110 | 110000 | 1010011 | 1000000 | 100000 |
Color Harmonies of #5D851D
Complementary color
Monochromatic Colors of #5D851D
Black with #5D851D
Text Example
Text Example
White with #5D851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D851D; }
p { color: rgb(93,133,29); }
H1.HeaderClassName
{
color: #5D851D;
}
.AnyTagClassName
{
color: #5D851D;
}
</style>
background-color css
<style>
a { background-color: #5D851D; }
a { background-color: rgb(93,133,29); }
div.DivClassName
{
background-color: #5D851D;
}
.BgClassName
{
background-color: #5D851D;
}
</style>
border-color css
<style>
span { border-color: #5D851D; }
span { border-color: rgb(93,133,29); }
td.TdClassName
{
border-color: #5D851D;
}
.TagClassName
{
border-color: #5D851D;
}
</style>