Shades of Dark Olive Green #5D782A
Tints of Dark Olive Green #5D782A
RGB
CMYK
RGB Variations
Color information
#5D782A (or 0x5D782A) is known color: Dark Olive Green. HEX triplet: 5D, 78 and 2A. RGB value is (93,120,42). Sum of RGB (Red+Green+Blue) = 93+120+42=255 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.47% from 255); Green value is 120 (47.27% from 255 or 47.06% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 120 - color contains mainly: green. Hex color #5D782A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D782A is #A287D5. Grayscale: #676767. Windows color (decimal): -10651606 or 2783325. OLE color: 2783325.
HSL color Cylindrical-coordinate representation of color #5D782A: hue angle of 80.77º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5D782A is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 120 | 42 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.53 |
| HSL | 80.77º | 0.48% | 0.32% | - |
| HSV(B) | 80.77º | 0.65% | 0.47% | - |
| XYZ | 11.65 | 15.93 | 4.65 | - |
| YUV | 103.04 | 93.55 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 120 | 42 | 0.22 | 0 | 0.65 | 0.53 | 80.77 | 0.48 | 0.32 |
| Hex | 5D | 78 | 2A | 16 | 0 | 41 | 35 | 51 | 30 | 20 |
| Octal | 135 | 170 | 52 | 26 | 0 | 101 | 65 | 121 | 60 | 40 |
| Binary | 1011101 | 1111000 | 101010 | 10110 | 0 | 1000001 | 110101 | 1010001 | 110000 | 100000 |
Color Harmonies of #5D782A
Complementary color
Monochromatic Colors of #5D782A
Black with #5D782A
Text Example
Text Example
White with #5D782A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D782A; }
p { color: rgb(93,120,42); }
H1.HeaderClassName
{
color: #5D782A;
}
.AnyTagClassName
{
color: #5D782A;
}
</style>
background-color css
<style>
a { background-color: #5D782A; }
a { background-color: rgb(93,120,42); }
div.DivClassName
{
background-color: #5D782A;
}
.BgClassName
{
background-color: #5D782A;
}
</style>
border-color css
<style>
span { border-color: #5D782A; }
span { border-color: rgb(93,120,42); }
td.TdClassName
{
border-color: #5D782A;
}
.TagClassName
{
border-color: #5D782A;
}
</style>