Shades of Dark Olive Green #5C6D37
Tints of Dark Olive Green #5C6D37
RGB
CMYK
RGB Variations
Color information
#5C6D37 (or 0x5C6D37) is known color: Dark Olive Green. HEX triplet: 5C, 6D and 37. RGB value is (92,109,55). Sum of RGB (Red+Green+Blue) = 92+109+55=256 (33% of max value = 765). Red value is 92 (36.33% from 255 or 35.94% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 109 - color contains mainly: green. Hex color #5C6D37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6D37 is #A392C8. Grayscale: #616161. Windows color (decimal): -10719945 or 3632476. OLE color: 3632476.
HSL color Cylindrical-coordinate representation of color #5C6D37: hue angle of 78.89º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C6D37 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 92 | 109 | 55 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.57 |
| HSL | 78.89º | 0.33% | 0.32% | - |
| HSV(B) | 78.89º | 0.5% | 0.43% | - |
| XYZ | 10.57 | 13.49 | 5.66 | - |
| YUV | 97.76 | 103.87 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 109 | 55 | 0.16 | 0 | 0.50 | 0.57 | 78.89 | 0.33 | 0.32 |
| Hex | 5C | 6D | 37 | 10 | 0 | 32 | 39 | 4F | 21 | 20 |
| Octal | 134 | 155 | 67 | 20 | 0 | 62 | 71 | 117 | 41 | 40 |
| Binary | 1011100 | 1101101 | 110111 | 10000 | 0 | 110010 | 111001 | 1001111 | 100001 | 100000 |
Color Harmonies of #5C6D37
Complementary color
Monochromatic Colors of #5C6D37
Black with #5C6D37
Text Example
Text Example
White with #5C6D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6D37; }
p { color: rgb(92,109,55); }
H1.HeaderClassName
{
color: #5C6D37;
}
.AnyTagClassName
{
color: #5C6D37;
}
</style>
background-color css
<style>
a { background-color: #5C6D37; }
a { background-color: rgb(92,109,55); }
div.DivClassName
{
background-color: #5C6D37;
}
.BgClassName
{
background-color: #5C6D37;
}
</style>
border-color css
<style>
span { border-color: #5C6D37; }
span { border-color: rgb(92,109,55); }
td.TdClassName
{
border-color: #5C6D37;
}
.TagClassName
{
border-color: #5C6D37;
}
</style>