Shades of Dark Olive Green #5C7734
Tints of Dark Olive Green #5C7734
RGB
CMYK
RGB Variations
Color information
#5C7734 (or 0x5C7734) is known color: Dark Olive Green. HEX triplet: 5C, 77 and 34. RGB value is (92,119,52). Sum of RGB (Red+Green+Blue) = 92+119+52=263 (34% of max value = 765). Red value is 92 (36.33% from 255 or 34.98% from 263); Green value is 119 (46.88% from 255 or 45.25% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 119 - color contains mainly: green. Hex color #5C7734 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7734 is #A388CB. Grayscale: #676767. Windows color (decimal): -10717388 or 3438428. OLE color: 3438428.
HSL color Cylindrical-coordinate representation of color #5C7734: hue angle of 84.18º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C7734 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 119 | 52 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.53 |
| HSL | 84.18º | 0.39% | 0.34% | - |
| HSV(B) | 84.18º | 0.56% | 0.47% | - |
| XYZ | 11.63 | 15.72 | 5.67 | - |
| YUV | 103.29 | 99.05 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 119 | 52 | 0.23 | 0 | 0.56 | 0.53 | 84.18 | 0.39 | 0.34 |
| Hex | 5C | 77 | 34 | 17 | 0 | 38 | 35 | 54 | 27 | 22 |
| Octal | 134 | 167 | 64 | 27 | 0 | 70 | 65 | 124 | 47 | 42 |
| Binary | 1011100 | 1110111 | 110100 | 10111 | 0 | 111000 | 110101 | 1010100 | 100111 | 100010 |
Color Harmonies of #5C7734
Complementary color
Monochromatic Colors of #5C7734
Black with #5C7734
Text Example
Text Example
White with #5C7734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7734; }
p { color: rgb(92,119,52); }
H1.HeaderClassName
{
color: #5C7734;
}
.AnyTagClassName
{
color: #5C7734;
}
</style>
background-color css
<style>
a { background-color: #5C7734; }
a { background-color: rgb(92,119,52); }
div.DivClassName
{
background-color: #5C7734;
}
.BgClassName
{
background-color: #5C7734;
}
</style>
border-color css
<style>
span { border-color: #5C7734; }
span { border-color: rgb(92,119,52); }
td.TdClassName
{
border-color: #5C7734;
}
.TagClassName
{
border-color: #5C7734;
}
</style>