#76C875

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

Shades of Pastel Green #76C875

Tints of Pastel Green #76C875

Color information

#76C875 (or 0x76C875) is unknown color: approx Pastel Green. HEX triplet: 76, C8 and 75. RGB value is (118,200,117). Sum of RGB (Red+Green+Blue) = 118+200+117=435 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.13% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 200 - color contains mainly: green. Hex color #76C875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76C875 is #89378A. Grayscale: #A6A6A6. Windows color (decimal): -8992651 or 7719030. OLE color: 7719030.

HSL color Cylindrical-coordinate representation of color #76C875: hue angle of 119.28º degrees, saturation: 0.43, 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 #76C875 is Cyan = 0.41, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB118200117-
CMYK0.4100.420.22
HSL119.28º43.01%62.16%-
HSV(B)119.28º41.5%78.43%-
XYZ31.3446.4424.14-
YUV166.02100.3393.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.13%
GREEN value IS 200 (78.52% from 255) = 45.98%
BLUE value IS 117 (46.09% from 255) = 26.90%
R=27.13%
G=45.98%
B=26.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1182001170.4100.420.22119.2843.0162.16
Hex76C8752902A16772b3e
Octal16631016551052261675376
Binary11101101100100011101011010010101010101101110111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,200,117); }

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

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

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

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

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

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

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