Shades of Dark Sea Green #86B581
Tints of Dark Sea Green #86B581
RGB
CMYK
RGB Variations
Color information
#86B581 (or 0x86B581) is known color: Dark Sea Green. HEX triplet: 86, B5 and 81. RGB value is (134,181,129). Sum of RGB (Red+Green+Blue) = 134+181+129=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 129 (50.78% from 255 or 29.05% from 444); Max value from RGB is 181 - color contains mainly: green. Hex color #86B581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B581 is #794A7E. Grayscale: #A1A1A1. Windows color (decimal): -7948927 or 8500614. OLE color: 8500614.
HSL color Cylindrical-coordinate representation of color #86B581: hue angle of 114.23º 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 #86B581 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 181 | 129 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.29 |
| HSL | 114.23º | 0.26% | 0.61% | - |
| HSV(B) | 114.23º | 0.29% | 0.71% | - |
| XYZ | 30.32 | 39.7 | 26.83 | - |
| YUV | 161.02 | 109.93 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 181 | 129 | 0.26 | 0 | 0.29 | 0.29 | 114.23 | 0.26 | 0.61 |
| Hex | 86 | B5 | 81 | 1A | 0 | 1D | 1D | 72 | 1A | 3D |
| Octal | 206 | 265 | 201 | 32 | 0 | 35 | 35 | 162 | 32 | 75 |
| Binary | 10000110 | 10110101 | 10000001 | 11010 | 0 | 11101 | 11101 | 1110010 | 11010 | 111101 |
Color Harmonies of #86B581
Complementary color
Monochromatic Colors of #86B581
Black with #86B581
Text Example
Text Example
White with #86B581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B581; }
p { color: rgb(134,181,129); }
H1.HeaderClassName
{
color: #86B581;
}
.AnyTagClassName
{
color: #86B581;
}
</style>
background-color css
<style>
a { background-color: #86B581; }
a { background-color: rgb(134,181,129); }
div.DivClassName
{
background-color: #86B581;
}
.BgClassName
{
background-color: #86B581;
}
</style>
border-color css
<style>
span { border-color: #86B581; }
span { border-color: rgb(134,181,129); }
td.TdClassName
{
border-color: #86B581;
}
.TagClassName
{
border-color: #86B581;
}
</style>