Shades of Dark Sea Green #85B587
Tints of Dark Sea Green #85B587
RGB
CMYK
RGB Variations
Color information
#85B587 (or 0x85B587) is known color: Dark Sea Green. HEX triplet: 85, B5 and 87. RGB value is (133,181,135). Sum of RGB (Red+Green+Blue) = 133+181+135=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 181 - color contains mainly: green. Hex color #85B587 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B587 is #7A4A78. Grayscale: #A1A1A1. Windows color (decimal): -8014457 or 8893829. OLE color: 8893829.
HSL color Cylindrical-coordinate representation of color #85B587: hue angle of 122.5º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85B587 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 181 | 135 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.29 |
| HSL | 122.5º | 0.24% | 0.62% | - |
| HSV(B) | 122.5º | 0.27% | 0.71% | - |
| XYZ | 30.57 | 39.78 | 28.99 | - |
| YUV | 161.4 | 113.1 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 135 | 0.27 | 0 | 0.25 | 0.29 | 122.5 | 0.24 | 0.62 |
| Hex | 85 | B5 | 87 | 1B | 0 | 19 | 1D | 7B | 18 | 3E |
| Octal | 205 | 265 | 207 | 33 | 0 | 31 | 35 | 173 | 30 | 76 |
| Binary | 10000101 | 10110101 | 10000111 | 11011 | 0 | 11001 | 11101 | 1111011 | 11000 | 111110 |
Color Harmonies of #85B587
Complementary color
Monochromatic Colors of #85B587
Black with #85B587
Text Example
Text Example
White with #85B587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B587; }
p { color: rgb(133,181,135); }
H1.HeaderClassName
{
color: #85B587;
}
.AnyTagClassName
{
color: #85B587;
}
</style>
background-color css
<style>
a { background-color: #85B587; }
a { background-color: rgb(133,181,135); }
div.DivClassName
{
background-color: #85B587;
}
.BgClassName
{
background-color: #85B587;
}
</style>
border-color css
<style>
span { border-color: #85B587; }
span { border-color: rgb(133,181,135); }
td.TdClassName
{
border-color: #85B587;
}
.TagClassName
{
border-color: #85B587;
}
</style>