Shades of Dark Sea Green #85B785
Tints of Dark Sea Green #85B785
RGB
CMYK
RGB Variations
Color information
#85B785 (or 0x85B785) is known color: Dark Sea Green. HEX triplet: 85, B7 and 85. RGB value is (133,183,133). Sum of RGB (Red+Green+Blue) = 133+183+133=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 183 - color contains mainly: green. Hex color #85B785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B785 is #7A487A. Grayscale: #A2A2A2. Windows color (decimal): -8013947 or 8763269. OLE color: 8763269.
HSL color Cylindrical-coordinate representation of color #85B785: hue angle of 120º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85B785 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 133 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.28 |
| HSL | 120º | 0.26% | 0.62% | - |
| HSV(B) | 120º | 0.27% | 0.72% | - |
| XYZ | 30.84 | 40.55 | 28.39 | - |
| YUV | 162.35 | 111.44 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 133 | 0.27 | 0 | 0.27 | 0.28 | 120 | 0.26 | 0.62 |
| Hex | 85 | B7 | 85 | 1B | 0 | 1B | 1C | 78 | 1A | 3E |
| Octal | 205 | 267 | 205 | 33 | 0 | 33 | 34 | 170 | 32 | 76 |
| Binary | 10000101 | 10110111 | 10000101 | 11011 | 0 | 11011 | 11100 | 1111000 | 11010 | 111110 |
Color Harmonies of #85B785
Complementary color
Monochromatic Colors of #85B785
Black with #85B785
Text Example
Text Example
White with #85B785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B785; }
p { color: rgb(133,183,133); }
H1.HeaderClassName
{
color: #85B785;
}
.AnyTagClassName
{
color: #85B785;
}
</style>
background-color css
<style>
a { background-color: #85B785; }
a { background-color: rgb(133,183,133); }
div.DivClassName
{
background-color: #85B785;
}
.BgClassName
{
background-color: #85B785;
}
</style>
border-color css
<style>
span { border-color: #85B785; }
span { border-color: rgb(133,183,133); }
td.TdClassName
{
border-color: #85B785;
}
.TagClassName
{
border-color: #85B785;
}
</style>