Shades of Dark Sea Green #85B87F
Tints of Dark Sea Green #85B87F
RGB
CMYK
RGB Variations
Color information
#85B87F (or 0x85B87F) is known color: Dark Sea Green. HEX triplet: 85, B8 and 7F. RGB value is (133,184,127). Sum of RGB (Red+Green+Blue) = 133+184+127=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 184 - color contains mainly: green. Hex color #85B87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85B87F is #7A4780. Grayscale: #A2A2A2. Windows color (decimal): -8013697 or 8370309. OLE color: 8370309.
HSL color Cylindrical-coordinate representation of color #85B87F: hue angle of 113.68º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85B87F is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 184 | 127 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.28 |
| HSL | 113.68º | 0.29% | 0.61% | - |
| HSV(B) | 113.68º | 0.31% | 0.72% | - |
| XYZ | 30.64 | 40.8 | 26.34 | - |
| YUV | 162.25 | 108.1 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 127 | 0.28 | 0 | 0.31 | 0.28 | 113.68 | 0.29 | 0.61 |
| Hex | 85 | B8 | 7F | 1C | 0 | 1F | 1C | 72 | 1D | 3D |
| Octal | 205 | 270 | 177 | 34 | 0 | 37 | 34 | 162 | 35 | 75 |
| Binary | 10000101 | 10111000 | 1111111 | 11100 | 0 | 11111 | 11100 | 1110010 | 11101 | 111101 |
Color Harmonies of #85B87F
Complementary color
Monochromatic Colors of #85B87F
Black with #85B87F
Text Example
Text Example
White with #85B87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B87F; }
p { color: rgb(133,184,127); }
H1.HeaderClassName
{
color: #85B87F;
}
.AnyTagClassName
{
color: #85B87F;
}
</style>
background-color css
<style>
a { background-color: #85B87F; }
a { background-color: rgb(133,184,127); }
div.DivClassName
{
background-color: #85B87F;
}
.BgClassName
{
background-color: #85B87F;
}
</style>
border-color css
<style>
span { border-color: #85B87F; }
span { border-color: rgb(133,184,127); }
td.TdClassName
{
border-color: #85B87F;
}
.TagClassName
{
border-color: #85B87F;
}
</style>