#86B77D

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

Shades of Dark Sea Green #86B77D

Tints of Dark Sea Green #86B77D

Color information

#86B77D (or 0x86B77D) is unknown color: approx Dark Sea Green. HEX triplet: 86, B7 and 7D. RGB value is (134,183,125). Sum of RGB (Red+Green+Blue) = 134+183+125=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 183 - color contains mainly: green. Hex color #86B77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B77D is #794882. Grayscale: #A1A1A1. Windows color (decimal): -7948419 or 8238982. OLE color: 8238982.

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

Color convert

RGB134183125-
CMYK0.2700.320.28
HSL110.69º28.71%60.39%-
HSV(B)110.69º31.69%71.76%-
XYZ30.4740.4225.6-
YUV161.74107.27108.22-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.32%
GREEN value IS 183 (71.88% from 255) = 41.40%
BLUE value IS 125 (49.22% from 255) = 28.28%
R=30.32%
G=41.40%
B=28.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1341831250.2700.320.28110.6928.7160.39
Hex86B77D1B0201C6f1d3c
Octal20626717533040341573574
Binary1000011010110111111110111011010000011100110111111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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