Shades of Dark Sea Green #87AD85
Tints of Dark Sea Green #87AD85
RGB
CMYK
RGB Variations
Color information
#87AD85 (or 0x87AD85) is known color: Dark Sea Green. HEX triplet: 87, AD and 85. RGB value is (135,173,133). Sum of RGB (Red+Green+Blue) = 135+173+133=441 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.61% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 173 - color contains mainly: green. Hex color #87AD85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87AD85 is #78527A. Grayscale: #9D9D9D. Windows color (decimal): -7885435 or 8760711. OLE color: 8760711.
HSL color Cylindrical-coordinate representation of color #87AD85: hue angle of 117º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #87AD85 is Cyan = 0.22, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 173 | 133 | - |
| CMYK | 0.22 | 0 | 0.23 | 0.32 |
| HSL | 117º | 0.2% | 0.6% | - |
| HSV(B) | 117º | 0.23% | 0.68% | - |
| XYZ | 29.17 | 36.73 | 27.74 | - |
| YUV | 157.08 | 114.41 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 173 | 133 | 0.22 | 0 | 0.23 | 0.32 | 117 | 0.2 | 0.6 |
| Hex | 87 | AD | 85 | 16 | 0 | 17 | 20 | 75 | 14 | 3C |
| Octal | 207 | 255 | 205 | 26 | 0 | 27 | 40 | 165 | 24 | 74 |
| Binary | 10000111 | 10101101 | 10000101 | 10110 | 0 | 10111 | 100000 | 1110101 | 10100 | 111100 |
Color Harmonies of #87AD85
Complementary color
Monochromatic Colors of #87AD85
Black with #87AD85
Text Example
Text Example
White with #87AD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AD85; }
p { color: rgb(135,173,133); }
H1.HeaderClassName
{
color: #87AD85;
}
.AnyTagClassName
{
color: #87AD85;
}
</style>
background-color css
<style>
a { background-color: #87AD85; }
a { background-color: rgb(135,173,133); }
div.DivClassName
{
background-color: #87AD85;
}
.BgClassName
{
background-color: #87AD85;
}
</style>
border-color css
<style>
span { border-color: #87AD85; }
span { border-color: rgb(135,173,133); }
td.TdClassName
{
border-color: #87AD85;
}
.TagClassName
{
border-color: #87AD85;
}
</style>