Shades of Dark Olive Green #5D762A
Tints of Dark Olive Green #5D762A
RGB
CMYK
RGB Variations
Color information
#5D762A (or 0x5D762A) is known color: Dark Olive Green. HEX triplet: 5D, 76 and 2A. RGB value is (93,118,42). Sum of RGB (Red+Green+Blue) = 93+118+42=253 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.76% from 253); Green value is 118 (46.48% from 255 or 46.64% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 118 - color contains mainly: green. Hex color #5D762A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D762A is #A289D5. Grayscale: #666666. Windows color (decimal): -10652118 or 2782813. OLE color: 2782813.
HSL color Cylindrical-coordinate representation of color #5D762A: hue angle of 79.74º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5D762A is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 118 | 42 | - |
| CMYK | 0.21 | 0 | 0.64 | 0.54 |
| HSL | 79.74º | 0.48% | 0.31% | - |
| HSV(B) | 79.74º | 0.64% | 0.46% | - |
| XYZ | 11.41 | 15.45 | 4.57 | - |
| YUV | 101.86 | 94.22 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 118 | 42 | 0.21 | 0 | 0.64 | 0.54 | 79.74 | 0.48 | 0.31 |
| Hex | 5D | 76 | 2A | 15 | 0 | 40 | 36 | 50 | 30 | 1F |
| Octal | 135 | 166 | 52 | 25 | 0 | 100 | 66 | 120 | 60 | 37 |
| Binary | 1011101 | 1110110 | 101010 | 10101 | 0 | 1000000 | 110110 | 1010000 | 110000 | 11111 |
Color Harmonies of #5D762A
Complementary color
Monochromatic Colors of #5D762A
Black with #5D762A
Text Example
Text Example
White with #5D762A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D762A; }
p { color: rgb(93,118,42); }
H1.HeaderClassName
{
color: #5D762A;
}
.AnyTagClassName
{
color: #5D762A;
}
</style>
background-color css
<style>
a { background-color: #5D762A; }
a { background-color: rgb(93,118,42); }
div.DivClassName
{
background-color: #5D762A;
}
.BgClassName
{
background-color: #5D762A;
}
</style>
border-color css
<style>
span { border-color: #5D762A; }
span { border-color: rgb(93,118,42); }
td.TdClassName
{
border-color: #5D762A;
}
.TagClassName
{
border-color: #5D762A;
}
</style>