Shades of Dark Olive Green #5C7631
Tints of Dark Olive Green #5C7631
RGB
CMYK
RGB Variations
Color information
#5C7631 (or 0x5C7631) is known color: Dark Olive Green. HEX triplet: 5C, 76 and 31. RGB value is (92,118,49). Sum of RGB (Red+Green+Blue) = 92+118+49=259 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.52% from 259); Green value is 118 (46.48% from 255 or 45.56% from 259); Blue value is 49 (19.53% from 255 or 18.92% from 259); Max value from RGB is 118 - color contains mainly: green. Hex color #5C7631 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7631 is #A389CE. Grayscale: #666666. Windows color (decimal): -10717647 or 3241564. OLE color: 3241564.
HSL color Cylindrical-coordinate representation of color #5C7631: hue angle of 82.61º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C7631 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 118 | 49 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.54 |
| HSL | 82.61º | 0.41% | 0.33% | - |
| HSV(B) | 82.61º | 0.58% | 0.46% | - |
| XYZ | 11.45 | 15.45 | 5.29 | - |
| YUV | 102.36 | 97.89 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 118 | 49 | 0.22 | 0 | 0.58 | 0.54 | 82.61 | 0.41 | 0.33 |
| Hex | 5C | 76 | 31 | 16 | 0 | 3A | 36 | 53 | 29 | 21 |
| Octal | 134 | 166 | 61 | 26 | 0 | 72 | 66 | 123 | 51 | 41 |
| Binary | 1011100 | 1110110 | 110001 | 10110 | 0 | 111010 | 110110 | 1010011 | 101001 | 100001 |
Color Harmonies of #5C7631
Complementary color
Monochromatic Colors of #5C7631
Black with #5C7631
Text Example
Text Example
White with #5C7631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7631; }
p { color: rgb(92,118,49); }
H1.HeaderClassName
{
color: #5C7631;
}
.AnyTagClassName
{
color: #5C7631;
}
</style>
background-color css
<style>
a { background-color: #5C7631; }
a { background-color: rgb(92,118,49); }
div.DivClassName
{
background-color: #5C7631;
}
.BgClassName
{
background-color: #5C7631;
}
</style>
border-color css
<style>
span { border-color: #5C7631; }
span { border-color: rgb(92,118,49); }
td.TdClassName
{
border-color: #5C7631;
}
.TagClassName
{
border-color: #5C7631;
}
</style>