Shades of Olive Drab #5D8907
Tints of Olive Drab #5D8907
RGB
CMYK
RGB Variations
Color information
#5D8907 (or 0x5D8907) is known color: Olive Drab. HEX triplet: 5D, 89 and 07. RGB value is (93,137,7). Sum of RGB (Red+Green+Blue) = 93+137+7=237 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.24% from 237); Green value is 137 (53.91% from 255 or 57.81% from 237); Blue value is 7 (3.12% from 255 or 2.95% from 237); Max value from RGB is 137 - color contains mainly: green. Hex color #5D8907 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8907 is #A276F8. Grayscale: #6D6D6D. Windows color (decimal): -10647289 or 493917. OLE color: 493917.
HSL color Cylindrical-coordinate representation of color #5D8907: hue angle of 80.31º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D8907 is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 93 | 137 | 7 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.46 |
| HSL | 80.31º | 0.9% | 0.28% | - |
| HSV(B) | 80.31º | 0.95% | 0.54% | - |
| XYZ | 13.5 | 20.23 | 3.4 | - |
| YUV | 109.02 | 70.42 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 137 | 7 | 0.32 | 0 | 0.95 | 0.46 | 80.31 | 0.9 | 0.28 |
| Hex | 5D | 89 | 7 | 20 | 0 | 5F | 2E | 50 | 5A | 1C |
| Octal | 135 | 211 | 7 | 40 | 0 | 137 | 56 | 120 | 132 | 34 |
| Binary | 1011101 | 10001001 | 111 | 100000 | 0 | 1011111 | 101110 | 1010000 | 1011010 | 11100 |
Color Harmonies of #5D8907
Complementary color
Monochromatic Colors of #5D8907
Black with #5D8907
Text Example
Text Example
White with #5D8907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8907; }
p { color: rgb(93,137,7); }
H1.HeaderClassName
{
color: #5D8907;
}
.AnyTagClassName
{
color: #5D8907;
}
</style>
background-color css
<style>
a { background-color: #5D8907; }
a { background-color: rgb(93,137,7); }
div.DivClassName
{
background-color: #5D8907;
}
.BgClassName
{
background-color: #5D8907;
}
</style>
border-color css
<style>
span { border-color: #5D8907; }
span { border-color: rgb(93,137,7); }
td.TdClassName
{
border-color: #5D8907;
}
.TagClassName
{
border-color: #5D8907;
}
</style>