Shades of Dark Sea Green #85B584
Tints of Dark Sea Green #85B584
RGB
CMYK
RGB Variations
Color information
#85B584 (or 0x85B584) is known color: Dark Sea Green. HEX triplet: 85, B5 and 84. RGB value is (133,181,132). Sum of RGB (Red+Green+Blue) = 133+181+132=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 181 - color contains mainly: green. Hex color #85B584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B584 is #7A4A7B. Grayscale: #A1A1A1. Windows color (decimal): -8014460 or 8697221. OLE color: 8697221.
HSL color Cylindrical-coordinate representation of color #85B584: hue angle of 118.78º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85B584 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 181 | 132 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.29 |
| HSL | 118.78º | 0.25% | 0.61% | - |
| HSV(B) | 118.78º | 0.27% | 0.71% | - |
| XYZ | 30.36 | 39.7 | 27.89 | - |
| YUV | 161.06 | 111.6 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 181 | 132 | 0.27 | 0 | 0.27 | 0.29 | 118.78 | 0.25 | 0.61 |
| Hex | 85 | B5 | 84 | 1B | 0 | 1B | 1D | 77 | 19 | 3D |
| Octal | 205 | 265 | 204 | 33 | 0 | 33 | 35 | 167 | 31 | 75 |
| Binary | 10000101 | 10110101 | 10000100 | 11011 | 0 | 11011 | 11101 | 1110111 | 11001 | 111101 |
Color Harmonies of #85B584
Complementary color
Monochromatic Colors of #85B584
Black with #85B584
Text Example
Text Example
White with #85B584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B584; }
p { color: rgb(133,181,132); }
H1.HeaderClassName
{
color: #85B584;
}
.AnyTagClassName
{
color: #85B584;
}
</style>
background-color css
<style>
a { background-color: #85B584; }
a { background-color: rgb(133,181,132); }
div.DivClassName
{
background-color: #85B584;
}
.BgClassName
{
background-color: #85B584;
}
</style>
border-color css
<style>
span { border-color: #85B584; }
span { border-color: rgb(133,181,132); }
td.TdClassName
{
border-color: #85B584;
}
.TagClassName
{
border-color: #85B584;
}
</style>