Shades of Dark Olive Green #57662D
Tints of Dark Olive Green #57662D
RGB
CMYK
RGB Variations
Color information
#57662D (or 0x57662D) is known color: Dark Olive Green. HEX triplet: 57, 66 and 2D. RGB value is (87,102,45). Sum of RGB (Red+Green+Blue) = 87+102+45=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 102 - color contains mainly: green. Hex color #57662D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57662D is #A899D2. Grayscale: #5B5B5B. Windows color (decimal): -11049427 or 2975319. OLE color: 2975319.
HSL color Cylindrical-coordinate representation of color #57662D: hue angle of 75.79º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #57662D is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 87 | 102 | 45 | - |
| CMYK | 0.15 | 0 | 0.56 | 0.6 |
| HSL | 75.79º | 0.39% | 0.29% | - |
| HSV(B) | 75.79º | 0.56% | 0.4% | - |
| XYZ | 9.16 | 11.72 | 4.26 | - |
| YUV | 91.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 102 | 45 | 0.15 | 0 | 0.56 | 0.6 | 75.79 | 0.39 | 0.29 |
| Hex | 57 | 66 | 2D | F | 0 | 38 | 3C | 4C | 27 | 1D |
| Octal | 127 | 146 | 55 | 17 | 0 | 70 | 74 | 114 | 47 | 35 |
| Binary | 1010111 | 1100110 | 101101 | 1111 | 0 | 111000 | 111100 | 1001100 | 100111 | 11101 |
Color Harmonies of #57662D
Complementary color
Monochromatic Colors of #57662D
Black with #57662D
Text Example
Text Example
White with #57662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57662D; }
p { color: rgb(87,102,45); }
H1.HeaderClassName
{
color: #57662D;
}
.AnyTagClassName
{
color: #57662D;
}
</style>
background-color css
<style>
a { background-color: #57662D; }
a { background-color: rgb(87,102,45); }
div.DivClassName
{
background-color: #57662D;
}
.BgClassName
{
background-color: #57662D;
}
</style>
border-color css
<style>
span { border-color: #57662D; }
span { border-color: rgb(87,102,45); }
td.TdClassName
{
border-color: #57662D;
}
.TagClassName
{
border-color: #57662D;
}
</style>