Shades of Olive Drab #5D9408
Tints of Olive Drab #5D9408
RGB
CMYK
RGB Variations
Color information
#5D9408 (or 0x5D9408) is known color: Olive Drab. HEX triplet: 5D, 94 and 08. RGB value is (93,148,8). Sum of RGB (Red+Green+Blue) = 93+148+8=249 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.35% from 249); Green value is 148 (58.20% from 255 or 59.44% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 148 - color contains mainly: green. Hex color #5D9408 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9408 is #A26BF7. Grayscale: #747474. Windows color (decimal): -10644472 or 562269. OLE color: 562269.
HSL color Cylindrical-coordinate representation of color #5D9408: hue angle of 83.57º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D9408 is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 148 | 8 | - |
| CMYK | 0.37 | 0 | 0.95 | 0.42 |
| HSL | 83.57º | 0.9% | 0.31% | - |
| HSV(B) | 83.57º | 0.95% | 0.58% | - |
| XYZ | 15.15 | 23.52 | 3.97 | - |
| YUV | 115.6 | 67.28 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 148 | 8 | 0.37 | 0 | 0.95 | 0.42 | 83.57 | 0.9 | 0.31 |
| Hex | 5D | 94 | 8 | 25 | 0 | 5F | 2A | 54 | 5A | 1F |
| Octal | 135 | 224 | 10 | 45 | 0 | 137 | 52 | 124 | 132 | 37 |
| Binary | 1011101 | 10010100 | 1000 | 100101 | 0 | 1011111 | 101010 | 1010100 | 1011010 | 11111 |
Color Harmonies of #5D9408
Complementary color
Monochromatic Colors of #5D9408
Black with #5D9408
Text Example
Text Example
White with #5D9408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9408; }
p { color: rgb(93,148,8); }
H1.HeaderClassName
{
color: #5D9408;
}
.AnyTagClassName
{
color: #5D9408;
}
</style>
background-color css
<style>
a { background-color: #5D9408; }
a { background-color: rgb(93,148,8); }
div.DivClassName
{
background-color: #5D9408;
}
.BgClassName
{
background-color: #5D9408;
}
</style>
border-color css
<style>
span { border-color: #5D9408; }
span { border-color: rgb(93,148,8); }
td.TdClassName
{
border-color: #5D9408;
}
.TagClassName
{
border-color: #5D9408;
}
</style>