Shades of Dark Sea Green #86B78B
Tints of Dark Sea Green #86B78B
RGB
CMYK
RGB Variations
Color information
#86B78B (or 0x86B78B) is known color: Dark Sea Green. HEX triplet: 86, B7 and 8B. RGB value is (134,183,139). Sum of RGB (Red+Green+Blue) = 134+183+139=456 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.39% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 183 - color contains mainly: green. Hex color #86B78B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B78B is #794874. Grayscale: #A3A3A3. Windows color (decimal): -7948405 or 9156486. OLE color: 9156486.
HSL color Cylindrical-coordinate representation of color #86B78B: hue angle of 126.12º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86B78B is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 183 | 139 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.28 |
| HSL | 126.12º | 0.25% | 0.62% | - |
| HSV(B) | 126.12º | 0.27% | 0.72% | - |
| XYZ | 31.43 | 40.8 | 30.64 | - |
| YUV | 163.33 | 114.27 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 183 | 139 | 0.27 | 0 | 0.24 | 0.28 | 126.12 | 0.25 | 0.62 |
| Hex | 86 | B7 | 8B | 1B | 0 | 18 | 1C | 7E | 19 | 3E |
| Octal | 206 | 267 | 213 | 33 | 0 | 30 | 34 | 176 | 31 | 76 |
| Binary | 10000110 | 10110111 | 10001011 | 11011 | 0 | 11000 | 11100 | 1111110 | 11001 | 111110 |
Color Harmonies of #86B78B
Complementary color
Monochromatic Colors of #86B78B
Black with #86B78B
Text Example
Text Example
White with #86B78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B78B; }
p { color: rgb(134,183,139); }
H1.HeaderClassName
{
color: #86B78B;
}
.AnyTagClassName
{
color: #86B78B;
}
</style>
background-color css
<style>
a { background-color: #86B78B; }
a { background-color: rgb(134,183,139); }
div.DivClassName
{
background-color: #86B78B;
}
.BgClassName
{
background-color: #86B78B;
}
</style>
border-color css
<style>
span { border-color: #86B78B; }
span { border-color: rgb(134,183,139); }
td.TdClassName
{
border-color: #86B78B;
}
.TagClassName
{
border-color: #86B78B;
}
</style>