Shades of Dark Sea Green #86B580
Tints of Dark Sea Green #86B580
RGB
CMYK
RGB Variations
Color information
#86B580 (or 0x86B580) is known color: Dark Sea Green. HEX triplet: 86, B5 and 80. RGB value is (134,181,128). Sum of RGB (Red+Green+Blue) = 134+181+128=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 181 - color contains mainly: green. Hex color #86B580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B580 is #794A7F. Grayscale: #A1A1A1. Windows color (decimal): -7948928 or 8435078. OLE color: 8435078.
HSL color Cylindrical-coordinate representation of color #86B580: hue angle of 113.21º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86B580 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 181 | 128 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.29 |
| HSL | 113.21º | 0.26% | 0.61% | - |
| HSV(B) | 113.21º | 0.29% | 0.71% | - |
| XYZ | 30.25 | 39.67 | 26.49 | - |
| YUV | 160.91 | 109.43 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 181 | 128 | 0.26 | 0 | 0.29 | 0.29 | 113.21 | 0.26 | 0.61 |
| Hex | 86 | B5 | 80 | 1A | 0 | 1D | 1D | 71 | 1A | 3D |
| Octal | 206 | 265 | 200 | 32 | 0 | 35 | 35 | 161 | 32 | 75 |
| Binary | 10000110 | 10110101 | 10000000 | 11010 | 0 | 11101 | 11101 | 1110001 | 11010 | 111101 |
Color Harmonies of #86B580
Complementary color
Monochromatic Colors of #86B580
Black with #86B580
Text Example
Text Example
White with #86B580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B580; }
p { color: rgb(134,181,128); }
H1.HeaderClassName
{
color: #86B580;
}
.AnyTagClassName
{
color: #86B580;
}
</style>
background-color css
<style>
a { background-color: #86B580; }
a { background-color: rgb(134,181,128); }
div.DivClassName
{
background-color: #86B580;
}
.BgClassName
{
background-color: #86B580;
}
</style>
border-color css
<style>
span { border-color: #86B580; }
span { border-color: rgb(134,181,128); }
td.TdClassName
{
border-color: #86B580;
}
.TagClassName
{
border-color: #86B580;
}
</style>