Shades of Dark Olive Green #5B7630
Tints of Dark Olive Green #5B7630
RGB
CMYK
RGB Variations
Color information
#5B7630 (or 0x5B7630) is known color: Dark Olive Green. HEX triplet: 5B, 76 and 30. RGB value is (91,118,48). Sum of RGB (Red+Green+Blue) = 91+118+48=257 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35.41% from 257); Green value is 118 (46.48% from 255 or 45.91% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 118 - color contains mainly: green. Hex color #5B7630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7630 is #A489CF. Grayscale: #666666. Windows color (decimal): -10783184 or 3176027. OLE color: 3176027.
HSL color Cylindrical-coordinate representation of color #5B7630: hue angle of 83.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B7630 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 118 | 48 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.54 |
| HSL | 83.14º | 0.42% | 0.33% | - |
| HSV(B) | 83.14º | 0.59% | 0.46% | - |
| XYZ | 11.33 | 15.39 | 5.17 | - |
| YUV | 101.95 | 97.55 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 118 | 48 | 0.23 | 0 | 0.59 | 0.54 | 83.14 | 0.42 | 0.33 |
| Hex | 5B | 76 | 30 | 17 | 0 | 3B | 36 | 53 | 2A | 21 |
| Octal | 133 | 166 | 60 | 27 | 0 | 73 | 66 | 123 | 52 | 41 |
| Binary | 1011011 | 1110110 | 110000 | 10111 | 0 | 111011 | 110110 | 1010011 | 101010 | 100001 |
Color Harmonies of #5B7630
Complementary color
Monochromatic Colors of #5B7630
Black with #5B7630
Text Example
Text Example
White with #5B7630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7630; }
p { color: rgb(91,118,48); }
H1.HeaderClassName
{
color: #5B7630;
}
.AnyTagClassName
{
color: #5B7630;
}
</style>
background-color css
<style>
a { background-color: #5B7630; }
a { background-color: rgb(91,118,48); }
div.DivClassName
{
background-color: #5B7630;
}
.BgClassName
{
background-color: #5B7630;
}
</style>
border-color css
<style>
span { border-color: #5B7630; }
span { border-color: rgb(91,118,48); }
td.TdClassName
{
border-color: #5B7630;
}
.TagClassName
{
border-color: #5B7630;
}
</style>