#86B781

Color #86B781 Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #86B781

Tints of Dark Sea Green #86B781

Color information

#86B781 (or 0x86B781) is unknown color: approx Dark Sea Green. HEX triplet: 86, B7 and 81. RGB value is (134,183,129). Sum of RGB (Red+Green+Blue) = 134+183+129=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 183 - color contains mainly: green. Hex color #86B781 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B781 is #79487E. Grayscale: #A2A2A2. Windows color (decimal): -7948415 or 8501126. OLE color: 8501126.

HSL color Cylindrical-coordinate representation of color #86B781: hue angle of 114.44º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #86B781 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB134183129-
CMYK0.2700.300.28
HSL114.44º27.27%61.18%-
HSV(B)114.44º29.51%71.76%-
XYZ30.7340.5226.97-
YUV162.19109.27107.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 30.04%
GREEN value IS 183 (71.88% from 255) = 41.03%
BLUE value IS 129 (50.78% from 255) = 28.92%
R=30.04%
G=41.03%
B=28.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1341831290.2700.300.28114.4427.2761.18
Hex86B7811B01E1C721b3d
Octal20626720133036341623375
Binary1000011010110111100000011101101111011100111001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86B781; }

 p { color: rgb(134,183,129); }

 H1.HeaderClassName
 {
   color: #86B781;
 }
 .AnyTagClassName
 {
   color: #86B781;
 }
</style>
background-color css

<style>
 a { background-color: #86B781; }

 a { background-color: rgb(134,183,129); }

 div.DivClassName
 {
   background-color: #86B781;
 }
 .BgClassName
 {
   background-color: #86B781;
 }
</style>
border-color css

<style>
 span { border-color: #86B781; }

 span { border-color: rgb(134,183,129); }

 td.TdClassName
 {
   border-color: #86B781;
 }
 .TagClassName
 {
   border-color: #86B781;
 }
</style>