Shades of Dark Olive Green #5D782B
Tints of Dark Olive Green #5D782B
RGB
CMYK
RGB Variations
Color information
#5D782B (or 0x5D782B) is known color: Dark Olive Green. HEX triplet: 5D, 78 and 2B. RGB value is (93,120,43). Sum of RGB (Red+Green+Blue) = 93+120+43=256 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.33% from 256); Green value is 120 (47.27% from 255 or 46.88% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 120 - color contains mainly: green. Hex color #5D782B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D782B is #A287D4. Grayscale: #676767. Windows color (decimal): -10651605 or 2848861. OLE color: 2848861.
HSL color Cylindrical-coordinate representation of color #5D782B: hue angle of 81.04º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D782B is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 120 | 43 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.53 |
| HSL | 81.04º | 0.47% | 0.32% | - |
| HSV(B) | 81.04º | 0.64% | 0.47% | - |
| XYZ | 11.67 | 15.93 | 4.75 | - |
| YUV | 103.15 | 94.05 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 120 | 43 | 0.22 | 0 | 0.64 | 0.53 | 81.04 | 0.47 | 0.32 |
| Hex | 5D | 78 | 2B | 16 | 0 | 40 | 35 | 51 | 2F | 20 |
| Octal | 135 | 170 | 53 | 26 | 0 | 100 | 65 | 121 | 57 | 40 |
| Binary | 1011101 | 1111000 | 101011 | 10110 | 0 | 1000000 | 110101 | 1010001 | 101111 | 100000 |
Color Harmonies of #5D782B
Complementary color
Monochromatic Colors of #5D782B
Black with #5D782B
Text Example
Text Example
White with #5D782B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D782B; }
p { color: rgb(93,120,43); }
H1.HeaderClassName
{
color: #5D782B;
}
.AnyTagClassName
{
color: #5D782B;
}
</style>
background-color css
<style>
a { background-color: #5D782B; }
a { background-color: rgb(93,120,43); }
div.DivClassName
{
background-color: #5D782B;
}
.BgClassName
{
background-color: #5D782B;
}
</style>
border-color css
<style>
span { border-color: #5D782B; }
span { border-color: rgb(93,120,43); }
td.TdClassName
{
border-color: #5D782B;
}
.TagClassName
{
border-color: #5D782B;
}
</style>