Shades of Dark Sea Green #85B689
Tints of Dark Sea Green #85B689
RGB
CMYK
RGB Variations
Color information
#85B689 (or 0x85B689) is known color: Dark Sea Green. HEX triplet: 85, B6 and 89. RGB value is (133,182,137). Sum of RGB (Red+Green+Blue) = 133+182+137=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 182 - color contains mainly: green. Hex color #85B689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B689 is #7A4976. Grayscale: #A2A2A2. Windows color (decimal): -8014199 or 9025157. OLE color: 9025157.
HSL color Cylindrical-coordinate representation of color #85B689: hue angle of 124.9º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85B689 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 133 | 182 | 137 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.29 |
| HSL | 124.9º | 0.25% | 0.62% | - |
| HSV(B) | 124.9º | 0.27% | 0.71% | - |
| XYZ | 30.92 | 40.25 | 29.81 | - |
| YUV | 162.22 | 113.77 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 182 | 137 | 0.27 | 0 | 0.25 | 0.29 | 124.9 | 0.25 | 0.62 |
| Hex | 85 | B6 | 89 | 1B | 0 | 19 | 1D | 7D | 19 | 3E |
| Octal | 205 | 266 | 211 | 33 | 0 | 31 | 35 | 175 | 31 | 76 |
| Binary | 10000101 | 10110110 | 10001001 | 11011 | 0 | 11001 | 11101 | 1111101 | 11001 | 111110 |
Color Harmonies of #85B689
Complementary color
Monochromatic Colors of #85B689
Black with #85B689
Text Example
Text Example
White with #85B689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B689; }
p { color: rgb(133,182,137); }
H1.HeaderClassName
{
color: #85B689;
}
.AnyTagClassName
{
color: #85B689;
}
</style>
background-color css
<style>
a { background-color: #85B689; }
a { background-color: rgb(133,182,137); }
div.DivClassName
{
background-color: #85B689;
}
.BgClassName
{
background-color: #85B689;
}
</style>
border-color css
<style>
span { border-color: #85B689; }
span { border-color: rgb(133,182,137); }
td.TdClassName
{
border-color: #85B689;
}
.TagClassName
{
border-color: #85B689;
}
</style>