Shades of Dark Olive Green #5C7732
Tints of Dark Olive Green #5C7732
RGB
CMYK
RGB Variations
Color information
#5C7732 (or 0x5C7732) is known color: Dark Olive Green. HEX triplet: 5C, 77 and 32. RGB value is (92,119,50). Sum of RGB (Red+Green+Blue) = 92+119+50=261 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.25% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 119 - color contains mainly: green. Hex color #5C7732 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7732 is #A388CD. Grayscale: #676767. Windows color (decimal): -10717390 or 3307356. OLE color: 3307356.
HSL color Cylindrical-coordinate representation of color #5C7732: hue angle of 83.48º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C7732 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 119 | 50 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.53 |
| HSL | 83.48º | 0.41% | 0.33% | - |
| HSV(B) | 83.48º | 0.58% | 0.47% | - |
| XYZ | 11.59 | 15.7 | 5.44 | - |
| YUV | 103.06 | 98.05 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 119 | 50 | 0.23 | 0 | 0.58 | 0.53 | 83.48 | 0.41 | 0.33 |
| Hex | 5C | 77 | 32 | 17 | 0 | 3A | 35 | 53 | 29 | 21 |
| Octal | 134 | 167 | 62 | 27 | 0 | 72 | 65 | 123 | 51 | 41 |
| Binary | 1011100 | 1110111 | 110010 | 10111 | 0 | 111010 | 110101 | 1010011 | 101001 | 100001 |
Color Harmonies of #5C7732
Complementary color
Monochromatic Colors of #5C7732
Black with #5C7732
Text Example
Text Example
White with #5C7732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7732; }
p { color: rgb(92,119,50); }
H1.HeaderClassName
{
color: #5C7732;
}
.AnyTagClassName
{
color: #5C7732;
}
</style>
background-color css
<style>
a { background-color: #5C7732; }
a { background-color: rgb(92,119,50); }
div.DivClassName
{
background-color: #5C7732;
}
.BgClassName
{
background-color: #5C7732;
}
</style>
border-color css
<style>
span { border-color: #5C7732; }
span { border-color: rgb(92,119,50); }
td.TdClassName
{
border-color: #5C7732;
}
.TagClassName
{
border-color: #5C7732;
}
</style>