Shades of Dark Sea Green #85B781
Tints of Dark Sea Green #85B781
RGB
CMYK
RGB Variations
Color information
#85B781 (or 0x85B781) is known color: Dark Sea Green. HEX triplet: 85, B7 and 81. RGB value is (133,183,129). Sum of RGB (Red+Green+Blue) = 133+183+129=445 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.89% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 129 (50.78% from 255 or 28.99% from 445); Max value from RGB is 183 - color contains mainly: green. Hex color #85B781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B781 is #7A487E. Grayscale: #A2A2A2. Windows color (decimal): -8013951 or 8501125. OLE color: 8501125.
HSL color Cylindrical-coordinate representation of color #85B781: hue angle of 115.56º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85B781 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 129 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.28 |
| HSL | 115.56º | 0.27% | 0.61% | - |
| HSV(B) | 115.56º | 0.3% | 0.72% | - |
| XYZ | 30.57 | 40.44 | 26.96 | - |
| YUV | 161.89 | 109.44 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 129 | 0.27 | 0 | 0.30 | 0.28 | 115.56 | 0.27 | 0.61 |
| Hex | 85 | B7 | 81 | 1B | 0 | 1E | 1C | 74 | 1B | 3D |
| Octal | 205 | 267 | 201 | 33 | 0 | 36 | 34 | 164 | 33 | 75 |
| Binary | 10000101 | 10110111 | 10000001 | 11011 | 0 | 11110 | 11100 | 1110100 | 11011 | 111101 |
Color Harmonies of #85B781
Complementary color
Monochromatic Colors of #85B781
Black with #85B781
Text Example
Text Example
White with #85B781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B781; }
p { color: rgb(133,183,129); }
H1.HeaderClassName
{
color: #85B781;
}
.AnyTagClassName
{
color: #85B781;
}
</style>
background-color css
<style>
a { background-color: #85B781; }
a { background-color: rgb(133,183,129); }
div.DivClassName
{
background-color: #85B781;
}
.BgClassName
{
background-color: #85B781;
}
</style>
border-color css
<style>
span { border-color: #85B781; }
span { border-color: rgb(133,183,129); }
td.TdClassName
{
border-color: #85B781;
}
.TagClassName
{
border-color: #85B781;
}
</style>