#76E77A

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

Shades of Pastel Green #76E77A

Tints of Pastel Green #76E77A

Color information

#76E77A (or 0x76E77A) is unknown color: approx Pastel Green. HEX triplet: 76, E7 and 7A. RGB value is (118,231,122). Sum of RGB (Red+Green+Blue) = 118+231+122=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 231 (90.62% from 255 or 49.04% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 231 - color contains mainly: green. Hex color #76E77A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #76E77A is #891885. Grayscale: #B9B9B9. Windows color (decimal): -8984710 or 8054646. OLE color: 8054646.

HSL color Cylindrical-coordinate representation of color #76E77A: hue angle of 122.12º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76E77A is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB118231122-
CMYK0.4900.470.09
HSL122.12º70.19%68.43%-
HSV(B)122.12º48.92%90.59%-
XYZ39.5662.4128.37-
YUV184.7992.5680.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.05%
GREEN value IS 231 (90.62% from 255) = 49.04%
BLUE value IS 122 (48.05% from 255) = 25.90%
R=25.05%
G=49.04%
B=25.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1182311220.4900.470.09122.1270.1968.43
Hex76E77A3102F97a4644
Octal1663471726105711172106104
Binary111011011100111111101011000101011111001111101010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76E77A; }

 p { color: rgb(118,231,122); }

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

<style>
 a { background-color: #76E77A; }

 a { background-color: rgb(118,231,122); }

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

<style>
 span { border-color: #76E77A; }

 span { border-color: rgb(118,231,122); }

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