#86B17F

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

Shades of Dark Sea Green #86B17F

Tints of Dark Sea Green #86B17F

Color information

#86B17F (or 0x86B17F) is unknown color: approx Dark Sea Green. HEX triplet: 86, B1 and 7F. RGB value is (134,177,127). Sum of RGB (Red+Green+Blue) = 134+177+127=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 177 (69.53% from 255 or 40.41% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 177 - color contains mainly: green. Hex color #86B17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86B17F is #794E80. Grayscale: #9E9E9E. Windows color (decimal): -7949953 or 8368518. OLE color: 8368518.

HSL color Cylindrical-coordinate representation of color #86B17F: hue angle of 111.6º degrees, saturation: 0.24, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86B17F is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB134177127-
CMYK0.2400.280.31
HSL111.6º24.27%59.61%-
HSV(B)111.6º28.25%69.41%-
XYZ29.3838.0425.87-
YUV158.44110.25110.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.59%
GREEN value IS 177 (69.53% from 255) = 40.41%
BLUE value IS 127 (50% from 255) = 29.00%
R=30.59%
G=40.41%
B=29.00%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341771270.2400.280.31111.624.2759.61
Hex86B17F1801C1F70183c
Octal20626117730034371603074
Binary100001101011000111111111100001110011111111000011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,177,127); }

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

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

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

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

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

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

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