#77D686

Color #77D686 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #77D686

Tints of Pastel Green #77D686

Color information

#77D686 (or 0x77D686) is unknown color: approx Pastel Green. HEX triplet: 77, D6 and 86. RGB value is (119,214,134). Sum of RGB (Red+Green+Blue) = 119+214+134=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #77D686 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77D686 is #882979. Grayscale: #B0B0B0. Windows color (decimal): -8923514 or 8836727. OLE color: 8836727.

HSL color Cylindrical-coordinate representation of color #77D686: hue angle of 129.47º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77D686 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB119214134-
CMYK0.4400.370.16
HSL129.47º53.67%65.29%-
HSV(B)129.47º44.39%83.92%-
XYZ35.9653.7431.03-
YUV176.48104.0387-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.48%
GREEN value IS 214 (83.98% from 255) = 45.82%
BLUE value IS 134 (52.73% from 255) = 28.69%
R=25.48%
G=45.82%
B=28.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1192141340.4400.370.16129.4753.6765.29
Hex77D6862C02510813641
Octal167326206540452020166101
Binary11101111101011010000110101100010010110000100000011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77D686; }

 p { color: rgb(119,214,134); }

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

<style>
 a { background-color: #77D686; }

 a { background-color: rgb(119,214,134); }

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

<style>
 span { border-color: #77D686; }

 span { border-color: rgb(119,214,134); }

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