#76C674

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

Shades of Pastel Green #76C674

Tints of Pastel Green #76C674

Color information

#76C674 (or 0x76C674) is unknown color: approx Pastel Green. HEX triplet: 76, C6 and 74. RGB value is (118,198,116). Sum of RGB (Red+Green+Blue) = 118+198+116=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 198 (77.73% from 255 or 45.83% from 432); Blue value is 116 (45.70% from 255 or 26.85% from 432); Max value from RGB is 198 - color contains mainly: green. Hex color #76C674 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C674 is #89398B. Grayscale: #A4A4A4. Windows color (decimal): -8993164 or 7652982. OLE color: 7652982.

HSL color Cylindrical-coordinate representation of color #76C674: hue angle of 118.54º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76C674 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB118198116-
CMYK0.4000.410.22
HSL118.54º41.84%61.57%-
HSV(B)118.54º41.41%77.65%-
XYZ30.8245.523.68-
YUV164.73100.594.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.31%
GREEN value IS 198 (77.73% from 255) = 45.83%
BLUE value IS 116 (45.70% from 255) = 26.85%
R=27.31%
G=45.83%
B=26.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1181981160.4000.410.22118.5441.8461.57
Hex76C6742802916772a3e
Octal16630616450051261675276
Binary11101101100011011101001010000101001101101110111101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,198,116); }

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

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

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

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

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

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

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