#86B77B

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

Shades of Dark Sea Green #86B77B

Tints of Dark Sea Green #86B77B

Color information

#86B77B (or 0x86B77B) is unknown color: approx Dark Sea Green. HEX triplet: 86, B7 and 7B. RGB value is (134,183,123). Sum of RGB (Red+Green+Blue) = 134+183+123=440 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.45% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 183 - color contains mainly: green. Hex color #86B77B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86B77B is #794884. Grayscale: #A1A1A1. Windows color (decimal): -7948421 or 8107910. OLE color: 8107910.

HSL color Cylindrical-coordinate representation of color #86B77B: hue angle of 109º degrees, saturation: 0.29, 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 #86B77B is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.

Color convert

RGB134183123-
CMYK0.2700.330.28
HSL109º29.41%60%-
HSV(B)109º32.79%71.76%-
XYZ30.3440.3724.93-
YUV161.51106.27108.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.45%
GREEN value IS 183 (71.88% from 255) = 41.59%
BLUE value IS 123 (48.44% from 255) = 27.95%
R=30.45%
G=41.59%
B=27.95%

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
Decimal1341831230.2700.330.2810929.4160
Hex86B77B1B0211C6d1d3c
Octal20626717333041341553574
Binary1000011010110111111101111011010000111100110110111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86B77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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