#76CA76

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

Shades of Pastel Green #76CA76

Tints of Pastel Green #76CA76

Color information

#76CA76 (or 0x76CA76) is unknown color: approx Pastel Green. HEX triplet: 76, CA and 76. RGB value is (118,202,118). Sum of RGB (Red+Green+Blue) = 118+202+118=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 202 (79.30% from 255 or 46.12% from 438); Blue value is 118 (46.48% from 255 or 26.94% from 438); Max value from RGB is 202 - color contains mainly: green. Hex color #76CA76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CA76 is #893589. Grayscale: #A7A7A7. Windows color (decimal): -8992138 or 7785078. OLE color: 7785078.

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

Color convert

RGB118202118-
CMYK0.4200.420.21
HSL120º44.21%62.75%-
HSV(B)120º41.58%79.22%-
XYZ31.8647.424.61-
YUV167.31100.1792.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.94%
GREEN value IS 202 (79.30% from 255) = 46.12%
BLUE value IS 118 (46.48% from 255) = 26.94%
R=26.94%
G=46.12%
B=26.94%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1182021180.4200.420.2112044.2162.75
Hex76CA762A02A15782c3f
Octal16631216652052251705477
Binary11101101100101011101101010100101010101011111000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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