#76C972

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

Shades of Pastel Green #76C972

Tints of Pastel Green #76C972

Color information

#76C972 (or 0x76C972) is unknown color: approx Pastel Green. HEX triplet: 76, C9 and 72. RGB value is (118,201,114). Sum of RGB (Red+Green+Blue) = 118+201+114=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 201 (78.91% from 255 or 46.42% from 433); Blue value is 114 (44.92% from 255 or 26.33% from 433); Max value from RGB is 201 - color contains mainly: green. Hex color #76C972 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C972 is #89368D. Grayscale: #A6A6A6. Windows color (decimal): -8992398 or 7522678. OLE color: 7522678.

HSL color Cylindrical-coordinate representation of color #76C972: hue angle of 117.24º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76C972 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB118201114-
CMYK0.4100.430.21
HSL117.24º44.62%61.76%-
HSV(B)117.24º43.28%78.82%-
XYZ31.446.8423.31-
YUV166.2698.593.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.25%
GREEN value IS 201 (78.91% from 255) = 46.42%
BLUE value IS 114 (44.92% from 255) = 26.33%
R=27.25%
G=46.42%
B=26.33%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1182011140.4100.430.21117.2444.6261.76
Hex76C9722902B15752d3e
Octal16631116251053251655576
Binary11101101100100111100101010010101011101011110101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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