Shades of Dark Olive Green #5B732A
Tints of Dark Olive Green #5B732A
RGB
CMYK
RGB Variations
Color information
#5B732A (or 0x5B732A) is known color: Dark Olive Green. HEX triplet: 5B, 73 and 2A. RGB value is (91,115,42). Sum of RGB (Red+Green+Blue) = 91+115+42=248 (32% of max value = 765). Red value is 91 (35.94% from 255 or 36.69% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #5B732A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B732A is #A48CD5. Grayscale: #636363. Windows color (decimal): -10783958 or 2782043. OLE color: 2782043.
HSL color Cylindrical-coordinate representation of color #5B732A: hue angle of 79.73º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5B732A is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 115 | 42 | - |
| CMYK | 0.21 | 0 | 0.63 | 0.55 |
| HSL | 79.73º | 0.46% | 0.31% | - |
| HSV(B) | 79.73º | 0.63% | 0.45% | - |
| XYZ | 10.86 | 14.65 | 4.45 | - |
| YUV | 99.5 | 95.55 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 115 | 42 | 0.21 | 0 | 0.63 | 0.55 | 79.73 | 0.46 | 0.31 |
| Hex | 5B | 73 | 2A | 15 | 0 | 3F | 37 | 50 | 2E | 1F |
| Octal | 133 | 163 | 52 | 25 | 0 | 77 | 67 | 120 | 56 | 37 |
| Binary | 1011011 | 1110011 | 101010 | 10101 | 0 | 111111 | 110111 | 1010000 | 101110 | 11111 |
Color Harmonies of #5B732A
Complementary color
Monochromatic Colors of #5B732A
Black with #5B732A
Text Example
Text Example
White with #5B732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B732A; }
p { color: rgb(91,115,42); }
H1.HeaderClassName
{
color: #5B732A;
}
.AnyTagClassName
{
color: #5B732A;
}
</style>
background-color css
<style>
a { background-color: #5B732A; }
a { background-color: rgb(91,115,42); }
div.DivClassName
{
background-color: #5B732A;
}
.BgClassName
{
background-color: #5B732A;
}
</style>
border-color css
<style>
span { border-color: #5B732A; }
span { border-color: rgb(91,115,42); }
td.TdClassName
{
border-color: #5B732A;
}
.TagClassName
{
border-color: #5B732A;
}
</style>