Shades of Dark Olive Green #5B7430
Tints of Dark Olive Green #5B7430
RGB
CMYK
RGB Variations
Color information
#5B7430 (or 0x5B7430) is known color: Dark Olive Green. HEX triplet: 5B, 74 and 30. RGB value is (91,116,48). Sum of RGB (Red+Green+Blue) = 91+116+48=255 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.69% from 255); Green value is 116 (45.70% from 255 or 45.49% from 255); Blue value is 48 (19.14% from 255 or 18.82% from 255); Max value from RGB is 116 - color contains mainly: green. Hex color #5B7430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7430 is #A48BCF. Grayscale: #656565. Windows color (decimal): -10783696 or 3175515. OLE color: 3175515.
HSL color Cylindrical-coordinate representation of color #5B7430: hue angle of 82.06º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B7430 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 116 | 48 | - |
| CMYK | 0.22 | 0 | 0.59 | 0.55 |
| HSL | 82.06º | 0.41% | 0.32% | - |
| HSV(B) | 82.06º | 0.59% | 0.45% | - |
| XYZ | 11.09 | 14.93 | 5.09 | - |
| YUV | 100.77 | 98.22 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 116 | 48 | 0.22 | 0 | 0.59 | 0.55 | 82.06 | 0.41 | 0.32 |
| Hex | 5B | 74 | 30 | 16 | 0 | 3B | 37 | 52 | 29 | 20 |
| Octal | 133 | 164 | 60 | 26 | 0 | 73 | 67 | 122 | 51 | 40 |
| Binary | 1011011 | 1110100 | 110000 | 10110 | 0 | 111011 | 110111 | 1010010 | 101001 | 100000 |
Color Harmonies of #5B7430
Complementary color
Monochromatic Colors of #5B7430
Black with #5B7430
Text Example
Text Example
White with #5B7430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7430; }
p { color: rgb(91,116,48); }
H1.HeaderClassName
{
color: #5B7430;
}
.AnyTagClassName
{
color: #5B7430;
}
</style>
background-color css
<style>
a { background-color: #5B7430; }
a { background-color: rgb(91,116,48); }
div.DivClassName
{
background-color: #5B7430;
}
.BgClassName
{
background-color: #5B7430;
}
</style>
border-color css
<style>
span { border-color: #5B7430; }
span { border-color: rgb(91,116,48); }
td.TdClassName
{
border-color: #5B7430;
}
.TagClassName
{
border-color: #5B7430;
}
</style>