#86B68D

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

Shades of Dark Sea Green #86B68D

Tints of Dark Sea Green #86B68D

Color information

#86B68D (or 0x86B68D) is unknown color: approx Dark Sea Green. HEX triplet: 86, B6 and 8D. RGB value is (134,182,141). Sum of RGB (Red+Green+Blue) = 134+182+141=457 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.32% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 182 - color contains mainly: green. Hex color #86B68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86B68D is #794972. Grayscale: #A3A3A3. Windows color (decimal): -7948659 or 9287302. OLE color: 9287302.

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

Color convert

RGB134182141-
CMYK0.2600.230.29
HSL128.75º24.74%61.96%-
HSV(B)128.75º26.37%71.37%-
XYZ31.3740.4531.35-
YUV162.97115.6107.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.32%
GREEN value IS 182 (71.48% from 255) = 39.82%
BLUE value IS 141 (55.47% from 255) = 30.85%
R=29.32%
G=39.82%
B=30.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1341821410.2600.230.29128.7524.7461.96
Hex86B68D1A0171D81193e
Octal20626621532027352013176
Binary10000110101101101000110111010010111111011000000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,182,141); }

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

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

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

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

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

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

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