Shades of Dark Sea Green #86B582
Tints of Dark Sea Green #86B582
RGB
CMYK
RGB Variations
Color information
#86B582 (or 0x86B582) is known color: Dark Sea Green. HEX triplet: 86, B5 and 82. RGB value is (134,181,130). Sum of RGB (Red+Green+Blue) = 134+181+130=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 130 (51.17% from 255 or 29.21% from 445); Max value from RGB is 181 - color contains mainly: green. Hex color #86B582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B582 is #794A7D. Grayscale: #A1A1A1. Windows color (decimal): -7948926 or 8566150. OLE color: 8566150.
HSL color Cylindrical-coordinate representation of color #86B582: hue angle of 115.29º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86B582 is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 181 | 130 | - |
| CMYK | 0.26 | 0 | 0.28 | 0.29 |
| HSL | 115.29º | 0.26% | 0.61% | - |
| HSV(B) | 115.29º | 0.28% | 0.71% | - |
| XYZ | 30.38 | 39.73 | 27.19 | - |
| YUV | 161.13 | 110.43 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 181 | 130 | 0.26 | 0 | 0.28 | 0.29 | 115.29 | 0.26 | 0.61 |
| Hex | 86 | B5 | 82 | 1A | 0 | 1C | 1D | 73 | 1A | 3D |
| Octal | 206 | 265 | 202 | 32 | 0 | 34 | 35 | 163 | 32 | 75 |
| Binary | 10000110 | 10110101 | 10000010 | 11010 | 0 | 11100 | 11101 | 1110011 | 11010 | 111101 |
Color Harmonies of #86B582
Complementary color
Monochromatic Colors of #86B582
Black with #86B582
Text Example
Text Example
White with #86B582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B582; }
p { color: rgb(134,181,130); }
H1.HeaderClassName
{
color: #86B582;
}
.AnyTagClassName
{
color: #86B582;
}
</style>
background-color css
<style>
a { background-color: #86B582; }
a { background-color: rgb(134,181,130); }
div.DivClassName
{
background-color: #86B582;
}
.BgClassName
{
background-color: #86B582;
}
</style>
border-color css
<style>
span { border-color: #86B582; }
span { border-color: rgb(134,181,130); }
td.TdClassName
{
border-color: #86B582;
}
.TagClassName
{
border-color: #86B582;
}
</style>