#76C971

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

Shades of Pastel Green #76C971

Tints of Pastel Green #76C971

Color information

#76C971 (or 0x76C971) is unknown color: approx Pastel Green. HEX triplet: 76, C9 and 71. RGB value is (118,201,113). Sum of RGB (Red+Green+Blue) = 118+201+113=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 201 - color contains mainly: green. Hex color #76C971 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C971 is #89368E. Grayscale: #A6A6A6. Windows color (decimal): -8992399 or 7457142. OLE color: 7457142.

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

Color convert

RGB118201113-
CMYK0.4100.440.21
HSL116.59º44.9%61.57%-
HSV(B)116.59º43.78%78.82%-
XYZ31.3446.8223.01-
YUV166.159893.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.31%
GREEN value IS 201 (78.91% from 255) = 46.53%
BLUE value IS 113 (44.53% from 255) = 26.16%
R=27.31%
G=46.53%
B=26.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1182011130.4100.440.21116.5944.961.57
Hex76C9712902C15752d3e
Octal16631116151054251655576
Binary11101101100100111100011010010101100101011110101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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