Shades of Dark Olive Green #5C7628
Tints of Dark Olive Green #5C7628
RGB
CMYK
RGB Variations
Color information
#5C7628 (or 0x5C7628) is known color: Dark Olive Green. HEX triplet: 5C, 76 and 28. RGB value is (92,118,40). Sum of RGB (Red+Green+Blue) = 92+118+40=250 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.8% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #5C7628 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7628 is #A389D7. Grayscale: #656565. Windows color (decimal): -10717656 or 2651740. OLE color: 2651740.
HSL color Cylindrical-coordinate representation of color #5C7628: hue angle of 80º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5C7628 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 92 | 118 | 40 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.54 |
| HSL | 80º | 0.49% | 0.31% | - |
| HSV(B) | 80º | 0.66% | 0.46% | - |
| XYZ | 11.28 | 15.39 | 4.38 | - |
| YUV | 101.33 | 93.39 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 118 | 40 | 0.22 | 0 | 0.66 | 0.54 | 80 | 0.49 | 0.31 |
| Hex | 5C | 76 | 28 | 16 | 0 | 42 | 36 | 50 | 31 | 1F |
| Octal | 134 | 166 | 50 | 26 | 0 | 102 | 66 | 120 | 61 | 37 |
| Binary | 1011100 | 1110110 | 101000 | 10110 | 0 | 1000010 | 110110 | 1010000 | 110001 | 11111 |
Color Harmonies of #5C7628
Complementary color
Monochromatic Colors of #5C7628
Black with #5C7628
Text Example
Text Example
White with #5C7628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7628; }
p { color: rgb(92,118,40); }
H1.HeaderClassName
{
color: #5C7628;
}
.AnyTagClassName
{
color: #5C7628;
}
</style>
background-color css
<style>
a { background-color: #5C7628; }
a { background-color: rgb(92,118,40); }
div.DivClassName
{
background-color: #5C7628;
}
.BgClassName
{
background-color: #5C7628;
}
</style>
border-color css
<style>
span { border-color: #5C7628; }
span { border-color: rgb(92,118,40); }
td.TdClassName
{
border-color: #5C7628;
}
.TagClassName
{
border-color: #5C7628;
}
</style>