Shades of Dark Sea Green #86B084
Tints of Dark Sea Green #86B084
RGB
CMYK
RGB Variations
Color information
#86B084 (or 0x86B084) is known color: Dark Sea Green. HEX triplet: 86, B0 and 84. RGB value is (134,176,132). Sum of RGB (Red+Green+Blue) = 134+176+132=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 176 - color contains mainly: green. Hex color #86B084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86B084 is #794F7B. Grayscale: #9E9E9E. Windows color (decimal): -7950204 or 8695942. OLE color: 8695942.
HSL color Cylindrical-coordinate representation of color #86B084: hue angle of 117.27º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86B084 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 176 | 132 | - |
| CMYK | 0.24 | 0 | 0.25 | 0.31 |
| HSL | 117.27º | 0.22% | 0.6% | - |
| HSV(B) | 117.27º | 0.25% | 0.69% | - |
| XYZ | 29.52 | 37.78 | 27.57 | - |
| YUV | 158.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 176 | 132 | 0.24 | 0 | 0.25 | 0.31 | 117.27 | 0.22 | 0.6 |
| Hex | 86 | B0 | 84 | 18 | 0 | 19 | 1F | 75 | 16 | 3C |
| Octal | 206 | 260 | 204 | 30 | 0 | 31 | 37 | 165 | 26 | 74 |
| Binary | 10000110 | 10110000 | 10000100 | 11000 | 0 | 11001 | 11111 | 1110101 | 10110 | 111100 |
Color Harmonies of #86B084
Complementary color
Monochromatic Colors of #86B084
Black with #86B084
Text Example
Text Example
White with #86B084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B084; }
p { color: rgb(134,176,132); }
H1.HeaderClassName
{
color: #86B084;
}
.AnyTagClassName
{
color: #86B084;
}
</style>
background-color css
<style>
a { background-color: #86B084; }
a { background-color: rgb(134,176,132); }
div.DivClassName
{
background-color: #86B084;
}
.BgClassName
{
background-color: #86B084;
}
</style>
border-color css
<style>
span { border-color: #86B084; }
span { border-color: rgb(134,176,132); }
td.TdClassName
{
border-color: #86B084;
}
.TagClassName
{
border-color: #86B084;
}
</style>