Shades of Dark Sea Green #85B980
Tints of Dark Sea Green #85B980
RGB
CMYK
RGB Variations
Color information
#85B980 (or 0x85B980) is known color: Dark Sea Green. HEX triplet: 85, B9 and 80. RGB value is (133,185,128). Sum of RGB (Red+Green+Blue) = 133+185+128=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 185 - color contains mainly: green. Hex color #85B980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B980 is #7A467F. Grayscale: #A3A3A3. Windows color (decimal): -8013440 or 8436101. OLE color: 8436101.
HSL color Cylindrical-coordinate representation of color #85B980: hue angle of 114.74º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85B980 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 185 | 128 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.27 |
| HSL | 114.74º | 0.29% | 0.61% | - |
| HSV(B) | 114.74º | 0.31% | 0.73% | - |
| XYZ | 30.92 | 41.24 | 26.75 | - |
| YUV | 162.95 | 108.27 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 185 | 128 | 0.28 | 0 | 0.31 | 0.27 | 114.74 | 0.29 | 0.61 |
| Hex | 85 | B9 | 80 | 1C | 0 | 1F | 1B | 73 | 1D | 3D |
| Octal | 205 | 271 | 200 | 34 | 0 | 37 | 33 | 163 | 35 | 75 |
| Binary | 10000101 | 10111001 | 10000000 | 11100 | 0 | 11111 | 11011 | 1110011 | 11101 | 111101 |
Color Harmonies of #85B980
Complementary color
Monochromatic Colors of #85B980
Black with #85B980
Text Example
Text Example
White with #85B980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B980; }
p { color: rgb(133,185,128); }
H1.HeaderClassName
{
color: #85B980;
}
.AnyTagClassName
{
color: #85B980;
}
</style>
background-color css
<style>
a { background-color: #85B980; }
a { background-color: rgb(133,185,128); }
div.DivClassName
{
background-color: #85B980;
}
.BgClassName
{
background-color: #85B980;
}
</style>
border-color css
<style>
span { border-color: #85B980; }
span { border-color: rgb(133,185,128); }
td.TdClassName
{
border-color: #85B980;
}
.TagClassName
{
border-color: #85B980;
}
</style>