#86BA7D

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

Shades of Dark Sea Green #86BA7D

Tints of Dark Sea Green #86BA7D

Color information

#86BA7D (or 0x86BA7D) is unknown color: approx Dark Sea Green. HEX triplet: 86, BA and 7D. RGB value is (134,186,125). Sum of RGB (Red+Green+Blue) = 134+186+125=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 125 (49.22% from 255 or 28.09% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #86BA7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86BA7D is #794582. Grayscale: #A3A3A3. Windows color (decimal): -7947651 or 8239750. OLE color: 8239750.

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

Color convert

RGB134186125-
CMYK0.2800.330.27
HSL111.15º30.65%60.98%-
HSV(B)111.15º32.8%72.94%-
XYZ31.0941.6725.81-
YUV163.5106.27106.96-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.11%
GREEN value IS 186 (73.05% from 255) = 41.80%
BLUE value IS 125 (49.22% from 255) = 28.09%
R=30.11%
G=41.80%
B=28.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1341861250.2800.330.27111.1530.6560.98
Hex86BA7D1C0211B6f1f3d
Octal20627217534041331573775
Binary1000011010111010111110111100010000111011110111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,186,125); }

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

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

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

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

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

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

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