Shades of Dark Olive Green #5B7628
Tints of Dark Olive Green #5B7628
RGB
CMYK
RGB Variations
Color information
#5B7628 (or 0x5B7628) is known color: Dark Olive Green. HEX triplet: 5B, 76 and 28. RGB value is (91,118,40). Sum of RGB (Red+Green+Blue) = 91+118+40=249 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.55% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #5B7628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7628 is #A489D7. Grayscale: #656565. Windows color (decimal): -10783192 or 2651739. OLE color: 2651739.
HSL color Cylindrical-coordinate representation of color #5B7628: hue angle of 80.77º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B7628 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 118 | 40 | - |
| CMYK | 0.23 | 0 | 0.66 | 0.54 |
| HSL | 80.77º | 0.49% | 0.31% | - |
| HSV(B) | 80.77º | 0.66% | 0.46% | - |
| XYZ | 11.18 | 15.33 | 4.38 | - |
| YUV | 101.04 | 93.55 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 118 | 40 | 0.23 | 0 | 0.66 | 0.54 | 80.77 | 0.49 | 0.31 |
| Hex | 5B | 76 | 28 | 17 | 0 | 42 | 36 | 51 | 31 | 1F |
| Octal | 133 | 166 | 50 | 27 | 0 | 102 | 66 | 121 | 61 | 37 |
| Binary | 1011011 | 1110110 | 101000 | 10111 | 0 | 1000010 | 110110 | 1010001 | 110001 | 11111 |
Color Harmonies of #5B7628
Complementary color
Monochromatic Colors of #5B7628
Black with #5B7628
Text Example
Text Example
White with #5B7628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7628; }
p { color: rgb(91,118,40); }
H1.HeaderClassName
{
color: #5B7628;
}
.AnyTagClassName
{
color: #5B7628;
}
</style>
background-color css
<style>
a { background-color: #5B7628; }
a { background-color: rgb(91,118,40); }
div.DivClassName
{
background-color: #5B7628;
}
.BgClassName
{
background-color: #5B7628;
}
</style>
border-color css
<style>
span { border-color: #5B7628; }
span { border-color: rgb(91,118,40); }
td.TdClassName
{
border-color: #5B7628;
}
.TagClassName
{
border-color: #5B7628;
}
</style>