#76CA7A

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

Shades of Pastel Green #76CA7A

Tints of Pastel Green #76CA7A

Color information

#76CA7A (or 0x76CA7A) is unknown color: approx Pastel Green. HEX triplet: 76, CA and 7A. RGB value is (118,202,122). Sum of RGB (Red+Green+Blue) = 118+202+122=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CA7A is #893585. Grayscale: #A7A7A7. Windows color (decimal): -8992134 or 8047222. OLE color: 8047222.

HSL color Cylindrical-coordinate representation of color #76CA7A: hue angle of 122.86º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CA7A is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB118202122-
CMYK0.4200.400.21
HSL122.86º44.21%62.75%-
HSV(B)122.86º41.58%79.22%-
XYZ32.147.525.89-
YUV167.76102.1792.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.70%
GREEN value IS 202 (79.30% from 255) = 45.70%
BLUE value IS 122 (48.05% from 255) = 27.60%
R=26.70%
G=45.70%
B=27.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1182021220.4200.400.21122.8644.2162.75
Hex76CA7A2A028157b2c3f
Octal16631217252050251735477
Binary11101101100101011110101010100101000101011111011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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