Shades of Dark Olive Green #5C682F
Tints of Dark Olive Green #5C682F
RGB
CMYK
RGB Variations
Color information
#5C682F (or 0x5C682F) is known color: Dark Olive Green. HEX triplet: 5C, 68 and 2F. RGB value is (92,104,47). Sum of RGB (Red+Green+Blue) = 92+104+47=243 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.86% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 104 - color contains mainly: green. Hex color #5C682F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C682F is #A397D0. Grayscale: #5E5E5E. Windows color (decimal): -10721233 or 3106908. OLE color: 3106908.
HSL color Cylindrical-coordinate representation of color #5C682F: hue angle of 72.63º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C682F is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 104 | 47 | - |
| CMYK | 0.12 | 0 | 0.55 | 0.59 |
| HSL | 72.63º | 0.38% | 0.3% | - |
| HSV(B) | 72.63º | 0.55% | 0.41% | - |
| XYZ | 9.88 | 12.38 | 4.56 | - |
| YUV | 93.91 | 101.52 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 104 | 47 | 0.12 | 0 | 0.55 | 0.59 | 72.63 | 0.38 | 0.3 |
| Hex | 5C | 68 | 2F | C | 0 | 37 | 3B | 49 | 26 | 1E |
| Octal | 134 | 150 | 57 | 14 | 0 | 67 | 73 | 111 | 46 | 36 |
| Binary | 1011100 | 1101000 | 101111 | 1100 | 0 | 110111 | 111011 | 1001001 | 100110 | 11110 |
Color Harmonies of #5C682F
Complementary color
Monochromatic Colors of #5C682F
Black with #5C682F
Text Example
Text Example
White with #5C682F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C682F; }
p { color: rgb(92,104,47); }
H1.HeaderClassName
{
color: #5C682F;
}
.AnyTagClassName
{
color: #5C682F;
}
</style>
background-color css
<style>
a { background-color: #5C682F; }
a { background-color: rgb(92,104,47); }
div.DivClassName
{
background-color: #5C682F;
}
.BgClassName
{
background-color: #5C682F;
}
</style>
border-color css
<style>
span { border-color: #5C682F; }
span { border-color: rgb(92,104,47); }
td.TdClassName
{
border-color: #5C682F;
}
.TagClassName
{
border-color: #5C682F;
}
</style>