Shades of Olive Drab #5D8503
Tints of Olive Drab #5D8503
RGB
CMYK
RGB Variations
Color information
#5D8503 (or 0x5D8503) is known color: Olive Drab. HEX triplet: 5D, 85 and 03. RGB value is (93,133,3). Sum of RGB (Red+Green+Blue) = 93+133+3=229 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.61% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #5D8503 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8503 is #A27AFC. Grayscale: #6A6A6A. Windows color (decimal): -10648317 or 230749. OLE color: 230749.
HSL color Cylindrical-coordinate representation of color #5D8503: hue angle of 78.46º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D8503 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 133 | 3 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.48 |
| HSL | 78.46º | 0.96% | 0.27% | - |
| HSV(B) | 78.46º | 0.98% | 0.52% | - |
| XYZ | 12.92 | 19.11 | 3.09 | - |
| YUV | 106.22 | 69.75 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 133 | 3 | 0.30 | 0 | 0.98 | 0.48 | 78.46 | 0.96 | 0.27 |
| Hex | 5D | 85 | 3 | 1E | 0 | 62 | 30 | 4E | 60 | 1B |
| Octal | 135 | 205 | 3 | 36 | 0 | 142 | 60 | 116 | 140 | 33 |
| Binary | 1011101 | 10000101 | 11 | 11110 | 0 | 1100010 | 110000 | 1001110 | 1100000 | 11011 |
Color Harmonies of #5D8503
Complementary color
Monochromatic Colors of #5D8503
Black with #5D8503
Text Example
Text Example
White with #5D8503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8503; }
p { color: rgb(93,133,3); }
H1.HeaderClassName
{
color: #5D8503;
}
.AnyTagClassName
{
color: #5D8503;
}
</style>
background-color css
<style>
a { background-color: #5D8503; }
a { background-color: rgb(93,133,3); }
div.DivClassName
{
background-color: #5D8503;
}
.BgClassName
{
background-color: #5D8503;
}
</style>
border-color css
<style>
span { border-color: #5D8503; }
span { border-color: rgb(93,133,3); }
td.TdClassName
{
border-color: #5D8503;
}
.TagClassName
{
border-color: #5D8503;
}
</style>