#86B487

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

Shades of Dark Sea Green #86B487

Tints of Dark Sea Green #86B487

Color information

#86B487 (or 0x86B487) is unknown color: approx Dark Sea Green. HEX triplet: 86, B4 and 87. RGB value is (134,180,135). Sum of RGB (Red+Green+Blue) = 134+180+135=449 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.84% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 135 (53.12% from 255 or 30.07% from 449); Max value from RGB is 180 - color contains mainly: green. Hex color #86B487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B487 is #794B78. Grayscale: #A1A1A1. Windows color (decimal): -7949177 or 8893574. OLE color: 8893574.

HSL color Cylindrical-coordinate representation of color #86B487: hue angle of 121.3º degrees, saturation: 0.23, 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 #86B487 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB134180135-
CMYK0.2600.250.29
HSL121.3º23.47%61.57%-
HSV(B)121.3º25.56%70.59%-
XYZ30.5339.4628.93-
YUV161.12113.26108.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.84%
GREEN value IS 180 (70.70% from 255) = 40.09%
BLUE value IS 135 (53.12% from 255) = 30.07%
R=29.84%
G=40.09%
B=30.07%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341801350.2600.250.29121.323.4761.57
Hex86B4871A0191D79173e
Octal20626420732031351712776
Binary1000011010110100100001111101001100111101111100110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,180,135); }

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

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

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

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

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

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

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