#76CC7B

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

Shades of Pastel Green #76CC7B

Tints of Pastel Green #76CC7B

Color information

#76CC7B (or 0x76CC7B) is unknown color: approx Pastel Green. HEX triplet: 76, CC and 7B. RGB value is (118,204,123). Sum of RGB (Red+Green+Blue) = 118+204+123=445 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.52% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CC7B is #893384. Grayscale: #A9A9A9. Windows color (decimal): -8991621 or 8113270. OLE color: 8113270.

HSL color Cylindrical-coordinate representation of color #76CC7B: hue angle of 123.49º 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 #76CC7B is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB118204123-
CMYK0.4200.400.2
HSL123.49º45.74%63.14%-
HSV(B)123.49º42.16%80%-
XYZ32.6448.4726.37-
YUV169.05102.0191.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.52%
GREEN value IS 204 (80.08% from 255) = 45.84%
BLUE value IS 123 (48.44% from 255) = 27.64%
R=26.52%
G=45.84%
B=27.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1182041230.4200.400.2123.4945.7463.14
Hex76CC7B2A028147b2e3f
Octal16631417352050241735677
Binary11101101100110011110111010100101000101001111011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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