Shades of Olive Drab #5D9308
Tints of Olive Drab #5D9308
RGB
CMYK
RGB Variations
Color information
#5D9308 (or 0x5D9308) is known color: Olive Drab. HEX triplet: 5D, 93 and 08. RGB value is (93,147,8). Sum of RGB (Red+Green+Blue) = 93+147+8=248 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.5% from 248); Green value is 147 (57.81% from 255 or 59.27% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 147 - color contains mainly: green. Hex color #5D9308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D9308 is #A26CF7. Grayscale: #737373. Windows color (decimal): -10644728 or 562013. OLE color: 562013.
HSL color Cylindrical-coordinate representation of color #5D9308: hue angle of 83.31º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D9308 is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 147 | 8 | - |
| CMYK | 0.37 | 0 | 0.95 | 0.42 |
| HSL | 83.31º | 0.9% | 0.3% | - |
| HSV(B) | 83.31º | 0.95% | 0.58% | - |
| XYZ | 14.99 | 23.21 | 3.92 | - |
| YUV | 115.01 | 67.61 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 147 | 8 | 0.37 | 0 | 0.95 | 0.42 | 83.31 | 0.9 | 0.3 |
| Hex | 5D | 93 | 8 | 25 | 0 | 5F | 2A | 53 | 5A | 1E |
| Octal | 135 | 223 | 10 | 45 | 0 | 137 | 52 | 123 | 132 | 36 |
| Binary | 1011101 | 10010011 | 1000 | 100101 | 0 | 1011111 | 101010 | 1010011 | 1011010 | 11110 |
Color Harmonies of #5D9308
Complementary color
Monochromatic Colors of #5D9308
Black with #5D9308
Text Example
Text Example
White with #5D9308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D9308; }
p { color: rgb(93,147,8); }
H1.HeaderClassName
{
color: #5D9308;
}
.AnyTagClassName
{
color: #5D9308;
}
</style>
background-color css
<style>
a { background-color: #5D9308; }
a { background-color: rgb(93,147,8); }
div.DivClassName
{
background-color: #5D9308;
}
.BgClassName
{
background-color: #5D9308;
}
</style>
border-color css
<style>
span { border-color: #5D9308; }
span { border-color: rgb(93,147,8); }
td.TdClassName
{
border-color: #5D9308;
}
.TagClassName
{
border-color: #5D9308;
}
</style>