Shades of Dark Sea Green #86B77A
Tints of Dark Sea Green #86B77A
RGB
CMYK
RGB Variations
Color information
#86B77A (or 0x86B77A) is known color: Dark Sea Green. HEX triplet: 86, B7 and 7A. RGB value is (134,183,122). Sum of RGB (Red+Green+Blue) = 134+183+122=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 183 - color contains mainly: green. Hex color #86B77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B77A is #794885. Grayscale: #A1A1A1. Windows color (decimal): -7948422 or 8042374. OLE color: 8042374.
HSL color Cylindrical-coordinate representation of color #86B77A: hue angle of 108.2º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #86B77A is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 134 | 183 | 122 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.28 |
| HSL | 108.2º | 0.3% | 0.6% | - |
| HSV(B) | 108.2º | 0.33% | 0.72% | - |
| XYZ | 30.28 | 40.34 | 24.6 | - |
| YUV | 161.4 | 105.77 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 183 | 122 | 0.27 | 0 | 0.33 | 0.28 | 108.2 | 0.3 | 0.6 |
| Hex | 86 | B7 | 7A | 1B | 0 | 21 | 1C | 6C | 1E | 3C |
| Octal | 206 | 267 | 172 | 33 | 0 | 41 | 34 | 154 | 36 | 74 |
| Binary | 10000110 | 10110111 | 1111010 | 11011 | 0 | 100001 | 11100 | 1101100 | 11110 | 111100 |
Color Harmonies of #86B77A
Complementary color
Monochromatic Colors of #86B77A
Black with #86B77A
Text Example
Text Example
White with #86B77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86B77A; }
p { color: rgb(134,183,122); }
H1.HeaderClassName
{
color: #86B77A;
}
.AnyTagClassName
{
color: #86B77A;
}
</style>
background-color css
<style>
a { background-color: #86B77A; }
a { background-color: rgb(134,183,122); }
div.DivClassName
{
background-color: #86B77A;
}
.BgClassName
{
background-color: #86B77A;
}
</style>
border-color css
<style>
span { border-color: #86B77A; }
span { border-color: rgb(134,183,122); }
td.TdClassName
{
border-color: #86B77A;
}
.TagClassName
{
border-color: #86B77A;
}
</style>