#86B586

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

Shades of Dark Sea Green #86B586

Tints of Dark Sea Green #86B586

Color information

#86B586 (or 0x86B586) is unknown color: approx Dark Sea Green. HEX triplet: 86, B5 and 86. RGB value is (134,181,134). Sum of RGB (Red+Green+Blue) = 134+181+134=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 181 - color contains mainly: green. Hex color #86B586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B586 is #794A79. Grayscale: #A1A1A1. Windows color (decimal): -7948922 or 8828294. OLE color: 8828294.

HSL color Cylindrical-coordinate representation of color #86B586: hue angle of 120º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86B586 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB134181134-
CMYK0.2600.260.29
HSL120º24.1%61.76%-
HSV(B)120º25.97%70.98%-
XYZ30.6639.8428.63-
YUV161.59112.43108.32-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.84%
GREEN value IS 181 (71.09% from 255) = 40.31%
BLUE value IS 134 (52.73% from 255) = 29.84%
R=29.84%
G=40.31%
B=29.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341811340.2600.260.2912024.161.76
Hex86B5861A01A1D78183e
Octal20626520632032351703076
Binary1000011010110101100001101101001101011101111100011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,181,134); }

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

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

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

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

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

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

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