#86B77A

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

Shades of Dark Sea Green #86B77A

Tints of Dark Sea Green #86B77A

Color information

#86B77A (or 0x86B77A) is unknown color: approx Dark Sea Green. HEX triplet: 86, B7 and 7A. RGB value is (134,183,122). Sum of RGB (Red+Green+Blue) = 134+183+122=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 183 - color contains mainly: green. Hex color #86B77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B77A is #794885. Grayscale: #A1A1A1. Windows color (decimal): -7948422 or 8042374. OLE color: 8042374.

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

Color convert

RGB134183122-
CMYK0.2700.330.28
HSL108.2º29.76%59.8%-
HSV(B)108.2º33.33%71.76%-
XYZ30.2840.3424.6-
YUV161.39105.77108.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.52%
GREEN value IS 183 (71.88% from 255) = 41.69%
BLUE value IS 122 (48.05% from 255) = 27.79%
R=30.52%
G=41.69%
B=27.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1341831220.2700.330.28108.229.7659.8
Hex86B77A1B0211C6c1e3c
Octal20626717233041341543674
Binary1000011010110111111101011011010000111100110110011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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