Shades of Dark Sea Green #85B87C
Tints of Dark Sea Green #85B87C
RGB
CMYK
RGB Variations
Color information
#85B87C (or 0x85B87C) is known color: Dark Sea Green. HEX triplet: 85, B8 and 7C. RGB value is (133,184,124). Sum of RGB (Red+Green+Blue) = 133+184+124=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 184 - color contains mainly: green. Hex color #85B87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B87C is #7A4783. Grayscale: #A2A2A2. Windows color (decimal): -8013700 or 8173701. OLE color: 8173701.
HSL color Cylindrical-coordinate representation of color #85B87C: hue angle of 111º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #85B87C is Cyan = 0.28, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 184 | 124 | - |
| CMYK | 0.28 | 0 | 0.33 | 0.28 |
| HSL | 111º | 0.3% | 0.6% | - |
| HSV(B) | 111º | 0.33% | 0.72% | - |
| XYZ | 30.45 | 40.72 | 25.32 | - |
| YUV | 161.91 | 106.6 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 124 | 0.28 | 0 | 0.33 | 0.28 | 111 | 0.3 | 0.6 |
| Hex | 85 | B8 | 7C | 1C | 0 | 21 | 1C | 6F | 1E | 3C |
| Octal | 205 | 270 | 174 | 34 | 0 | 41 | 34 | 157 | 36 | 74 |
| Binary | 10000101 | 10111000 | 1111100 | 11100 | 0 | 100001 | 11100 | 1101111 | 11110 | 111100 |
Color Harmonies of #85B87C
Complementary color
Monochromatic Colors of #85B87C
Black with #85B87C
Text Example
Text Example
White with #85B87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B87C; }
p { color: rgb(133,184,124); }
H1.HeaderClassName
{
color: #85B87C;
}
.AnyTagClassName
{
color: #85B87C;
}
</style>
background-color css
<style>
a { background-color: #85B87C; }
a { background-color: rgb(133,184,124); }
div.DivClassName
{
background-color: #85B87C;
}
.BgClassName
{
background-color: #85B87C;
}
</style>
border-color css
<style>
span { border-color: #85B87C; }
span { border-color: rgb(133,184,124); }
td.TdClassName
{
border-color: #85B87C;
}
.TagClassName
{
border-color: #85B87C;
}
</style>