Shades of Dark Sea Green #85B780
Tints of Dark Sea Green #85B780
RGB
CMYK
RGB Variations
Color information
#85B780 (or 0x85B780) is known color: Dark Sea Green. HEX triplet: 85, B7 and 80. RGB value is (133,183,128). Sum of RGB (Red+Green+Blue) = 133+183+128=444 (58% of max value = 765). Red value is 133 (52.34% from 255 or 29.95% from 444); Green value is 183 (71.88% from 255 or 41.22% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 183 - color contains mainly: green. Hex color #85B780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B780 is #7A487F. Grayscale: #A1A1A1. Windows color (decimal): -8013952 or 8435589. OLE color: 8435589.
HSL color Cylindrical-coordinate representation of color #85B780: hue angle of 114.55º degrees, saturation: 0.28, 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 #85B780 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 128 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.28 |
| HSL | 114.55º | 0.28% | 0.61% | - |
| HSV(B) | 114.55º | 0.3% | 0.72% | - |
| XYZ | 30.5 | 40.41 | 26.61 | - |
| YUV | 161.78 | 108.94 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 128 | 0.27 | 0 | 0.30 | 0.28 | 114.55 | 0.28 | 0.61 |
| Hex | 85 | B7 | 80 | 1B | 0 | 1E | 1C | 73 | 1C | 3D |
| Octal | 205 | 267 | 200 | 33 | 0 | 36 | 34 | 163 | 34 | 75 |
| Binary | 10000101 | 10110111 | 10000000 | 11011 | 0 | 11110 | 11100 | 1110011 | 11100 | 111101 |
Color Harmonies of #85B780
Complementary color
Monochromatic Colors of #85B780
Black with #85B780
Text Example
Text Example
White with #85B780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B780; }
p { color: rgb(133,183,128); }
H1.HeaderClassName
{
color: #85B780;
}
.AnyTagClassName
{
color: #85B780;
}
</style>
background-color css
<style>
a { background-color: #85B780; }
a { background-color: rgb(133,183,128); }
div.DivClassName
{
background-color: #85B780;
}
.BgClassName
{
background-color: #85B780;
}
</style>
border-color css
<style>
span { border-color: #85B780; }
span { border-color: rgb(133,183,128); }
td.TdClassName
{
border-color: #85B780;
}
.TagClassName
{
border-color: #85B780;
}
</style>