Shades of Dark Olive Green #5B762F
Tints of Dark Olive Green #5B762F
RGB
CMYK
RGB Variations
Color information
#5B762F (or 0x5B762F) is known color: Dark Olive Green. HEX triplet: 5B, 76 and 2F. RGB value is (91,118,47). Sum of RGB (Red+Green+Blue) = 91+118+47=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 118 (46.48% from 255 or 46.09% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 118 - color contains mainly: green. Hex color #5B762F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B762F is #A489D0. Grayscale: #666666. Windows color (decimal): -10783185 or 3110491. OLE color: 3110491.
HSL color Cylindrical-coordinate representation of color #5B762F: hue angle of 82.82º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5B762F is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 118 | 47 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.54 |
| HSL | 82.82º | 0.43% | 0.32% | - |
| HSV(B) | 82.82º | 0.6% | 0.46% | - |
| XYZ | 11.31 | 15.39 | 5.06 | - |
| YUV | 101.83 | 97.05 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 118 | 47 | 0.23 | 0 | 0.60 | 0.54 | 82.82 | 0.43 | 0.32 |
| Hex | 5B | 76 | 2F | 17 | 0 | 3C | 36 | 53 | 2B | 20 |
| Octal | 133 | 166 | 57 | 27 | 0 | 74 | 66 | 123 | 53 | 40 |
| Binary | 1011011 | 1110110 | 101111 | 10111 | 0 | 111100 | 110110 | 1010011 | 101011 | 100000 |
Color Harmonies of #5B762F
Complementary color
Monochromatic Colors of #5B762F
Black with #5B762F
Text Example
Text Example
White with #5B762F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B762F; }
p { color: rgb(91,118,47); }
H1.HeaderClassName
{
color: #5B762F;
}
.AnyTagClassName
{
color: #5B762F;
}
</style>
background-color css
<style>
a { background-color: #5B762F; }
a { background-color: rgb(91,118,47); }
div.DivClassName
{
background-color: #5B762F;
}
.BgClassName
{
background-color: #5B762F;
}
</style>
border-color css
<style>
span { border-color: #5B762F; }
span { border-color: rgb(91,118,47); }
td.TdClassName
{
border-color: #5B762F;
}
.TagClassName
{
border-color: #5B762F;
}
</style>