Shades of Dark Olive Green #5D782F
Tints of Dark Olive Green #5D782F
RGB
CMYK
RGB Variations
Color information
#5D782F (or 0x5D782F) is known color: Dark Olive Green. HEX triplet: 5D, 78 and 2F. RGB value is (93,120,47). Sum of RGB (Red+Green+Blue) = 93+120+47=260 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.77% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 120 - color contains mainly: green. Hex color #5D782F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D782F is #A287D0. Grayscale: #676767. Windows color (decimal): -10651601 or 3111005. OLE color: 3111005.
HSL color Cylindrical-coordinate representation of color #5D782F: hue angle of 82.19º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D782F is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 120 | 47 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.53 |
| HSL | 82.19º | 0.44% | 0.33% | - |
| HSV(B) | 82.19º | 0.61% | 0.47% | - |
| XYZ | 11.74 | 15.97 | 5.15 | - |
| YUV | 103.61 | 96.05 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 120 | 47 | 0.22 | 0 | 0.61 | 0.53 | 82.19 | 0.44 | 0.33 |
| Hex | 5D | 78 | 2F | 16 | 0 | 3D | 35 | 52 | 2C | 21 |
| Octal | 135 | 170 | 57 | 26 | 0 | 75 | 65 | 122 | 54 | 41 |
| Binary | 1011101 | 1111000 | 101111 | 10110 | 0 | 111101 | 110101 | 1010010 | 101100 | 100001 |
Color Harmonies of #5D782F
Complementary color
Monochromatic Colors of #5D782F
Black with #5D782F
Text Example
Text Example
White with #5D782F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D782F; }
p { color: rgb(93,120,47); }
H1.HeaderClassName
{
color: #5D782F;
}
.AnyTagClassName
{
color: #5D782F;
}
</style>
background-color css
<style>
a { background-color: #5D782F; }
a { background-color: rgb(93,120,47); }
div.DivClassName
{
background-color: #5D782F;
}
.BgClassName
{
background-color: #5D782F;
}
</style>
border-color css
<style>
span { border-color: #5D782F; }
span { border-color: rgb(93,120,47); }
td.TdClassName
{
border-color: #5D782F;
}
.TagClassName
{
border-color: #5D782F;
}
</style>