Shades of Dark Olive Green #57692D
Tints of Dark Olive Green #57692D
RGB
CMYK
RGB Variations
Color information
#57692D (or 0x57692D) is known color: Dark Olive Green. HEX triplet: 57, 69 and 2D. RGB value is (87,105,45). Sum of RGB (Red+Green+Blue) = 87+105+45=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 105 (41.41% from 255 or 44.30% from 237); Blue value is 45 (17.97% from 255 or 18.99% from 237); Max value from RGB is 105 - color contains mainly: green. Hex color #57692D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57692D is #A896D2. Grayscale: #5D5D5D. Windows color (decimal): -11048659 or 2976087. OLE color: 2976087.
HSL color Cylindrical-coordinate representation of color #57692D: hue angle of 78º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #57692D is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 87 | 105 | 45 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.59 |
| HSL | 78º | 0.4% | 0.29% | - |
| HSV(B) | 78º | 0.57% | 0.41% | - |
| XYZ | 9.46 | 12.32 | 4.36 | - |
| YUV | 92.78 | 101.04 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 105 | 45 | 0.17 | 0 | 0.57 | 0.59 | 78 | 0.4 | 0.29 |
| Hex | 57 | 69 | 2D | 11 | 0 | 39 | 3B | 4E | 28 | 1D |
| Octal | 127 | 151 | 55 | 21 | 0 | 71 | 73 | 116 | 50 | 35 |
| Binary | 1010111 | 1101001 | 101101 | 10001 | 0 | 111001 | 111011 | 1001110 | 101000 | 11101 |
Color Harmonies of #57692D
Complementary color
Monochromatic Colors of #57692D
Black with #57692D
Text Example
Text Example
White with #57692D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57692D; }
p { color: rgb(87,105,45); }
H1.HeaderClassName
{
color: #57692D;
}
.AnyTagClassName
{
color: #57692D;
}
</style>
background-color css
<style>
a { background-color: #57692D; }
a { background-color: rgb(87,105,45); }
div.DivClassName
{
background-color: #57692D;
}
.BgClassName
{
background-color: #57692D;
}
</style>
border-color css
<style>
span { border-color: #57692D; }
span { border-color: rgb(87,105,45); }
td.TdClassName
{
border-color: #57692D;
}
.TagClassName
{
border-color: #57692D;
}
</style>