Shades of Dark Olive Green #57742F
Tints of Dark Olive Green #57742F
RGB
CMYK
RGB Variations
Color information
#57742F (or 0x57742F) is known color: Dark Olive Green. HEX triplet: 57, 74 and 2F. RGB value is (87,116,47). Sum of RGB (Red+Green+Blue) = 87+116+47=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 116 - color contains mainly: green. Hex color #57742F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57742F is #A88BD0. Grayscale: #636363. Windows color (decimal): -11045841 or 3109975. OLE color: 3109975.
HSL color Cylindrical-coordinate representation of color #57742F: hue angle of 85.22º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #57742F is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 116 | 47 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.55 |
| HSL | 85.22º | 0.42% | 0.32% | - |
| HSV(B) | 85.22º | 0.59% | 0.45% | - |
| XYZ | 10.69 | 14.72 | 4.97 | - |
| YUV | 99.46 | 98.39 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 116 | 47 | 0.25 | 0 | 0.59 | 0.55 | 85.22 | 0.42 | 0.32 |
| Hex | 57 | 74 | 2F | 19 | 0 | 3B | 37 | 55 | 2A | 20 |
| Octal | 127 | 164 | 57 | 31 | 0 | 73 | 67 | 125 | 52 | 40 |
| Binary | 1010111 | 1110100 | 101111 | 11001 | 0 | 111011 | 110111 | 1010101 | 101010 | 100000 |
Color Harmonies of #57742F
Complementary color
Monochromatic Colors of #57742F
Black with #57742F
Text Example
Text Example
White with #57742F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57742F; }
p { color: rgb(87,116,47); }
H1.HeaderClassName
{
color: #57742F;
}
.AnyTagClassName
{
color: #57742F;
}
</style>
background-color css
<style>
a { background-color: #57742F; }
a { background-color: rgb(87,116,47); }
div.DivClassName
{
background-color: #57742F;
}
.BgClassName
{
background-color: #57742F;
}
</style>
border-color css
<style>
span { border-color: #57742F; }
span { border-color: rgb(87,116,47); }
td.TdClassName
{
border-color: #57742F;
}
.TagClassName
{
border-color: #57742F;
}
</style>