Shades of Dark Olive Green #5B7327
Tints of Dark Olive Green #5B7327
RGB
CMYK
RGB Variations
Color information
#5B7327 (or 0x5B7327) is known color: Dark Olive Green. HEX triplet: 5B, 73 and 27. RGB value is (91,115,39). Sum of RGB (Red+Green+Blue) = 91+115+39=245 (32% of max value = 765). Red value is 91 (35.94% from 255 or 37.14% from 245); Green value is 115 (45.31% from 255 or 46.94% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 115 - color contains mainly: green. Hex color #5B7327 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7327 is #A48CD8. Grayscale: #636363. Windows color (decimal): -10783961 or 2585435. OLE color: 2585435.
HSL color Cylindrical-coordinate representation of color #5B7327: hue angle of 78.95º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5B7327 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 115 | 39 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.55 |
| HSL | 78.95º | 0.49% | 0.3% | - |
| HSV(B) | 78.95º | 0.66% | 0.45% | - |
| XYZ | 10.81 | 14.63 | 4.17 | - |
| YUV | 99.16 | 94.05 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 115 | 39 | 0.21 | 0 | 0.66 | 0.55 | 78.95 | 0.49 | 0.3 |
| Hex | 5B | 73 | 27 | 15 | 0 | 42 | 37 | 4F | 31 | 1E |
| Octal | 133 | 163 | 47 | 25 | 0 | 102 | 67 | 117 | 61 | 36 |
| Binary | 1011011 | 1110011 | 100111 | 10101 | 0 | 1000010 | 110111 | 1001111 | 110001 | 11110 |
Color Harmonies of #5B7327
Complementary color
Monochromatic Colors of #5B7327
Black with #5B7327
Text Example
Text Example
White with #5B7327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7327; }
p { color: rgb(91,115,39); }
H1.HeaderClassName
{
color: #5B7327;
}
.AnyTagClassName
{
color: #5B7327;
}
</style>
background-color css
<style>
a { background-color: #5B7327; }
a { background-color: rgb(91,115,39); }
div.DivClassName
{
background-color: #5B7327;
}
.BgClassName
{
background-color: #5B7327;
}
</style>
border-color css
<style>
span { border-color: #5B7327; }
span { border-color: rgb(91,115,39); }
td.TdClassName
{
border-color: #5B7327;
}
.TagClassName
{
border-color: #5B7327;
}
</style>