#86B084

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

Shades of Dark Sea Green #86B084

Tints of Dark Sea Green #86B084

Color information

#86B084 (or 0x86B084) is unknown color: approx Dark Sea Green. HEX triplet: 86, B0 and 84. RGB value is (134,176,132). Sum of RGB (Red+Green+Blue) = 134+176+132=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 176 - color contains mainly: green. Hex color #86B084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #86B084 is #794F7B. Grayscale: #9E9E9E. Windows color (decimal): -7950204 or 8695942. OLE color: 8695942.

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

Color convert

RGB134176132-
CMYK0.2400.250.31
HSL117.27º21.78%60.39%-
HSV(B)117.27º25%69.02%-
XYZ29.5237.7827.57-
YUV158.43113.09110.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.32%
GREEN value IS 176 (69.14% from 255) = 39.82%
BLUE value IS 132 (51.95% from 255) = 29.86%
R=30.32%
G=39.82%
B=29.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1341761320.2400.250.31117.2721.7860.39
Hex86B084180191F75163c
Octal20626020430031371652674
Binary1000011010110000100001001100001100111111111010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,176,132); }

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

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

 a { background-color: rgb(134,176,132); }

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

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

 span { border-color: rgb(134,176,132); }

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