Shades of Olive Drab #5D8305
Tints of Olive Drab #5D8305
RGB
CMYK
RGB Variations
Color information
#5D8305 (or 0x5D8305) is known color: Olive Drab. HEX triplet: 5D, 83 and 05. RGB value is (93,131,5). Sum of RGB (Red+Green+Blue) = 93+131+5=229 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.61% from 229); Green value is 131 (51.56% from 255 or 57.21% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 131 - color contains mainly: green. Hex color #5D8305 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8305 is #A27CFA. Grayscale: #696969. Windows color (decimal): -10648827 or 361309. OLE color: 361309.
HSL color Cylindrical-coordinate representation of color #5D8305: hue angle of 78.1º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D8305 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 131 | 5 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.49 |
| HSL | 78.1º | 0.93% | 0.27% | - |
| HSV(B) | 78.1º | 0.96% | 0.51% | - |
| XYZ | 12.66 | 18.57 | 3.06 | - |
| YUV | 105.27 | 71.41 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 131 | 5 | 0.29 | 0 | 0.96 | 0.49 | 78.1 | 0.93 | 0.27 |
| Hex | 5D | 83 | 5 | 1D | 0 | 60 | 31 | 4E | 5D | 1B |
| Octal | 135 | 203 | 5 | 35 | 0 | 140 | 61 | 116 | 135 | 33 |
| Binary | 1011101 | 10000011 | 101 | 11101 | 0 | 1100000 | 110001 | 1001110 | 1011101 | 11011 |
Color Harmonies of #5D8305
Complementary color
Monochromatic Colors of #5D8305
Black with #5D8305
Text Example
Text Example
White with #5D8305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8305; }
p { color: rgb(93,131,5); }
H1.HeaderClassName
{
color: #5D8305;
}
.AnyTagClassName
{
color: #5D8305;
}
</style>
background-color css
<style>
a { background-color: #5D8305; }
a { background-color: rgb(93,131,5); }
div.DivClassName
{
background-color: #5D8305;
}
.BgClassName
{
background-color: #5D8305;
}
</style>
border-color css
<style>
span { border-color: #5D8305; }
span { border-color: rgb(93,131,5); }
td.TdClassName
{
border-color: #5D8305;
}
.TagClassName
{
border-color: #5D8305;
}
</style>