Shades of Dark Sea Green #86AF84
Tints of Dark Sea Green #86AF84
RGB
CMYK
RGB Variations
Color information
#86AF84 (or 0x86AF84) is known color: Dark Sea Green. HEX triplet: 86, AF and 84. RGB value is (134,175,132). Sum of RGB (Red+Green+Blue) = 134+175+132=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 175 - color contains mainly: green. Hex color #86AF84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86AF84 is #79507B. Grayscale: #9D9D9D. Windows color (decimal): -7950460 or 8695686. OLE color: 8695686.
HSL color Cylindrical-coordinate representation of color #86AF84: hue angle of 117.21º degrees, saturation: 0.21, 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 #86AF84 is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 175 | 132 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.31 |
| HSL | 117.21º | 0.21% | 0.6% | - |
| HSV(B) | 117.21º | 0.25% | 0.69% | - |
| XYZ | 29.33 | 37.39 | 27.5 | - |
| YUV | 157.84 | 113.42 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 175 | 132 | 0.23 | 0 | 0.25 | 0.31 | 117.21 | 0.21 | 0.6 |
| Hex | 86 | AF | 84 | 17 | 0 | 19 | 1F | 75 | 15 | 3C |
| Octal | 206 | 257 | 204 | 27 | 0 | 31 | 37 | 165 | 25 | 74 |
| Binary | 10000110 | 10101111 | 10000100 | 10111 | 0 | 11001 | 11111 | 1110101 | 10101 | 111100 |
Color Harmonies of #86AF84
Complementary color
Monochromatic Colors of #86AF84
Black with #86AF84
Text Example
Text Example
White with #86AF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AF84; }
p { color: rgb(134,175,132); }
H1.HeaderClassName
{
color: #86AF84;
}
.AnyTagClassName
{
color: #86AF84;
}
</style>
background-color css
<style>
a { background-color: #86AF84; }
a { background-color: rgb(134,175,132); }
div.DivClassName
{
background-color: #86AF84;
}
.BgClassName
{
background-color: #86AF84;
}
</style>
border-color css
<style>
span { border-color: #86AF84; }
span { border-color: rgb(134,175,132); }
td.TdClassName
{
border-color: #86AF84;
}
.TagClassName
{
border-color: #86AF84;
}
</style>