Shades of Olive Drab #5D8509
Tints of Olive Drab #5D8509
RGB
CMYK
RGB Variations
Color information
#5D8509 (or 0x5D8509) is known color: Olive Drab. HEX triplet: 5D, 85 and 09. RGB value is (93,133,9). Sum of RGB (Red+Green+Blue) = 93+133+9=235 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.57% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #5D8509 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8509 is #A27AF6. Grayscale: #6B6B6B. Windows color (decimal): -10648311 or 623965. OLE color: 623965.
HSL color Cylindrical-coordinate representation of color #5D8509: hue angle of 79.35º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5D8509 is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 133 | 9 | - |
| CMYK | 0.30 | 0 | 0.93 | 0.48 |
| HSL | 79.35º | 0.87% | 0.28% | - |
| HSV(B) | 79.35º | 0.93% | 0.52% | - |
| XYZ | 12.95 | 19.12 | 3.27 | - |
| YUV | 106.9 | 72.75 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 133 | 9 | 0.30 | 0 | 0.93 | 0.48 | 79.35 | 0.87 | 0.28 |
| Hex | 5D | 85 | 9 | 1E | 0 | 5D | 30 | 4F | 57 | 1C |
| Octal | 135 | 205 | 11 | 36 | 0 | 135 | 60 | 117 | 127 | 34 |
| Binary | 1011101 | 10000101 | 1001 | 11110 | 0 | 1011101 | 110000 | 1001111 | 1010111 | 11100 |
Color Harmonies of #5D8509
Complementary color
Monochromatic Colors of #5D8509
Black with #5D8509
Text Example
Text Example
White with #5D8509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8509; }
p { color: rgb(93,133,9); }
H1.HeaderClassName
{
color: #5D8509;
}
.AnyTagClassName
{
color: #5D8509;
}
</style>
background-color css
<style>
a { background-color: #5D8509; }
a { background-color: rgb(93,133,9); }
div.DivClassName
{
background-color: #5D8509;
}
.BgClassName
{
background-color: #5D8509;
}
</style>
border-color css
<style>
span { border-color: #5D8509; }
span { border-color: rgb(93,133,9); }
td.TdClassName
{
border-color: #5D8509;
}
.TagClassName
{
border-color: #5D8509;
}
</style>