Shades of Dark Olive Green #5B762D
Tints of Dark Olive Green #5B762D
RGB
CMYK
RGB Variations
Color information
#5B762D (or 0x5B762D) is known color: Dark Olive Green. HEX triplet: 5B, 76 and 2D. RGB value is (91,118,45). Sum of RGB (Red+Green+Blue) = 91+118+45=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 118 (46.48% from 255 or 46.46% from 254); Blue value is 45 (17.97% from 255 or 17.72% from 254); Max value from RGB is 118 - color contains mainly: green. Hex color #5B762D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B762D is #A489D2. Grayscale: #656565. Windows color (decimal): -10783187 or 2979419. OLE color: 2979419.
HSL color Cylindrical-coordinate representation of color #5B762D: hue angle of 82.19º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B762D is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 118 | 45 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.54 |
| HSL | 82.19º | 0.45% | 0.32% | - |
| HSV(B) | 82.19º | 0.62% | 0.46% | - |
| XYZ | 11.27 | 15.37 | 4.86 | - |
| YUV | 101.61 | 96.05 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 118 | 45 | 0.23 | 0 | 0.62 | 0.54 | 82.19 | 0.45 | 0.32 |
| Hex | 5B | 76 | 2D | 17 | 0 | 3E | 36 | 52 | 2D | 20 |
| Octal | 133 | 166 | 55 | 27 | 0 | 76 | 66 | 122 | 55 | 40 |
| Binary | 1011011 | 1110110 | 101101 | 10111 | 0 | 111110 | 110110 | 1010010 | 101101 | 100000 |
Color Harmonies of #5B762D
Complementary color
Monochromatic Colors of #5B762D
Black with #5B762D
Text Example
Text Example
White with #5B762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B762D; }
p { color: rgb(91,118,45); }
H1.HeaderClassName
{
color: #5B762D;
}
.AnyTagClassName
{
color: #5B762D;
}
</style>
background-color css
<style>
a { background-color: #5B762D; }
a { background-color: rgb(91,118,45); }
div.DivClassName
{
background-color: #5B762D;
}
.BgClassName
{
background-color: #5B762D;
}
</style>
border-color css
<style>
span { border-color: #5B762D; }
span { border-color: rgb(91,118,45); }
td.TdClassName
{
border-color: #5B762D;
}
.TagClassName
{
border-color: #5B762D;
}
</style>