Shades of Dark Sea Green #86B780
Tints of Dark Sea Green #86B780
RGB
CMYK
RGB Variations
Color information
#86B780 (or 0x86B780) is known color: Dark Sea Green. HEX triplet: 86, B7 and 80. RGB value is (134,183,128). Sum of RGB (Red+Green+Blue) = 134+183+128=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 183 (71.88% from 255 or 41.12% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 183 - color contains mainly: green. Hex color #86B780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B780 is #79487F. Grayscale: #A2A2A2. Windows color (decimal): -7948416 or 8435590. OLE color: 8435590.
HSL color Cylindrical-coordinate representation of color #86B780: hue angle of 113.45º 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 #86B780 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 183 | 128 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.28 |
| HSL | 113.45º | 0.28% | 0.61% | - |
| HSV(B) | 113.45º | 0.3% | 0.72% | - |
| XYZ | 30.66 | 40.49 | 26.62 | - |
| YUV | 162.08 | 108.77 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 183 | 128 | 0.27 | 0 | 0.30 | 0.28 | 113.45 | 0.28 | 0.61 |
| Hex | 86 | B7 | 80 | 1B | 0 | 1E | 1C | 71 | 1C | 3D |
| Octal | 206 | 267 | 200 | 33 | 0 | 36 | 34 | 161 | 34 | 75 |
| Binary | 10000110 | 10110111 | 10000000 | 11011 | 0 | 11110 | 11100 | 1110001 | 11100 | 111101 |
Color Harmonies of #86B780
Complementary color
Monochromatic Colors of #86B780
Black with #86B780
Text Example
Text Example
White with #86B780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B780; }
p { color: rgb(134,183,128); }
H1.HeaderClassName
{
color: #86B780;
}
.AnyTagClassName
{
color: #86B780;
}
</style>
background-color css
<style>
a { background-color: #86B780; }
a { background-color: rgb(134,183,128); }
div.DivClassName
{
background-color: #86B780;
}
.BgClassName
{
background-color: #86B780;
}
</style>
border-color css
<style>
span { border-color: #86B780; }
span { border-color: rgb(134,183,128); }
td.TdClassName
{
border-color: #86B780;
}
.TagClassName
{
border-color: #86B780;
}
</style>