#76CC7C

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

Shades of Pastel Green #76CC7C

Tints of Pastel Green #76CC7C

Color information

#76CC7C (or 0x76CC7C) is unknown color: approx Pastel Green. HEX triplet: 76, CC and 7C. RGB value is (118,204,124). Sum of RGB (Red+Green+Blue) = 118+204+124=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 124 (48.83% from 255 or 27.80% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CC7C is #893383. Grayscale: #A9A9A9. Windows color (decimal): -8991620 or 8178806. OLE color: 8178806.

HSL color Cylindrical-coordinate representation of color #76CC7C: hue angle of 124.19º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CC7C is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.

Color convert

RGB118204124-
CMYK0.4200.390.2
HSL124.19º45.74%63.14%-
HSV(B)124.19º42.16%80%-
XYZ32.748.4926.71-
YUV169.17102.5191.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.46%
GREEN value IS 204 (80.08% from 255) = 45.74%
BLUE value IS 124 (48.83% from 255) = 27.80%
R=26.46%
G=45.74%
B=27.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1182041240.4200.390.2124.1945.7463.14
Hex76CC7C2A027147c2e3f
Octal16631417452047241745677
Binary11101101100110011111001010100100111101001111100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,204,124); }

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

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

 a { background-color: rgb(118,204,124); }

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

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

 span { border-color: rgb(118,204,124); }

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