#76D972

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

Shades of Pastel Green #76D972

Tints of Pastel Green #76D972

Color information

#76D972 (or 0x76D972) is unknown color: approx Pastel Green. HEX triplet: 76, D9 and 72. RGB value is (118,217,114). Sum of RGB (Red+Green+Blue) = 118+217+114=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #76D972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D972 is #89268D. Grayscale: #AFAFAF. Windows color (decimal): -8988302 or 7526774. OLE color: 7526774.

HSL color Cylindrical-coordinate representation of color #76D972: hue angle of 117.67º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76D972 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB118217114-
CMYK0.4600.470.15
HSL117.67º57.54%64.9%-
HSV(B)117.67º47.47%85.1%-
XYZ35.3254.6924.61-
YUV175.6693.286.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.28%
GREEN value IS 217 (85.16% from 255) = 48.33%
BLUE value IS 114 (44.92% from 255) = 25.39%
R=26.28%
G=48.33%
B=25.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1182171140.4600.470.15117.6757.5464.9
Hex76D9722E02FF763a41
Octal166331162560571716672101
Binary11101101101100111100101011100101111111111101101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,217,114); }

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

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

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

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

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

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

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