Shades of Dark Olive Green #5C712E
Tints of Dark Olive Green #5C712E
RGB
CMYK
RGB Variations
Color information
#5C712E (or 0x5C712E) is known color: Dark Olive Green. HEX triplet: 5C, 71 and 2E. RGB value is (92,113,46). Sum of RGB (Red+Green+Blue) = 92+113+46=251 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.65% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #5C712E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C712E is #A38ED1. Grayscale: #636363. Windows color (decimal): -10718930 or 3043676. OLE color: 3043676.
HSL color Cylindrical-coordinate representation of color #5C712E: hue angle of 78.81º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C712E is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 113 | 46 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.56 |
| HSL | 78.81º | 0.42% | 0.31% | - |
| HSV(B) | 78.81º | 0.59% | 0.44% | - |
| XYZ | 10.81 | 14.28 | 4.77 | - |
| YUV | 99.08 | 98.04 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 113 | 46 | 0.19 | 0 | 0.59 | 0.56 | 78.81 | 0.42 | 0.31 |
| Hex | 5C | 71 | 2E | 13 | 0 | 3B | 38 | 4F | 2A | 1F |
| Octal | 134 | 161 | 56 | 23 | 0 | 73 | 70 | 117 | 52 | 37 |
| Binary | 1011100 | 1110001 | 101110 | 10011 | 0 | 111011 | 111000 | 1001111 | 101010 | 11111 |
Color Harmonies of #5C712E
Complementary color
Monochromatic Colors of #5C712E
Black with #5C712E
Text Example
Text Example
White with #5C712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C712E; }
p { color: rgb(92,113,46); }
H1.HeaderClassName
{
color: #5C712E;
}
.AnyTagClassName
{
color: #5C712E;
}
</style>
background-color css
<style>
a { background-color: #5C712E; }
a { background-color: rgb(92,113,46); }
div.DivClassName
{
background-color: #5C712E;
}
.BgClassName
{
background-color: #5C712E;
}
</style>
border-color css
<style>
span { border-color: #5C712E; }
span { border-color: rgb(92,113,46); }
td.TdClassName
{
border-color: #5C712E;
}
.TagClassName
{
border-color: #5C712E;
}
</style>