#76D06C

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

Shades of Pastel Green #76D06C

Tints of Pastel Green #76D06C

Color information

#76D06C (or 0x76D06C) is unknown color: approx Pastel Green. HEX triplet: 76, D0 and 6C. RGB value is (118,208,108). Sum of RGB (Red+Green+Blue) = 118+208+108=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #76D06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D06C is #892F93. Grayscale: #AAAAAA. Windows color (decimal): -8990612 or 7131254. OLE color: 7131254.

HSL color Cylindrical-coordinate representation of color #76D06C: hue angle of 114º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76D06C is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB118208108-
CMYK0.4300.480.18
HSL114º51.55%61.96%-
HSV(B)114º48.08%81.57%-
XYZ32.7350.0522.12-
YUV169.6993.1891.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.19%
GREEN value IS 208 (81.64% from 255) = 47.93%
BLUE value IS 108 (42.58% from 255) = 24.88%
R=27.19%
G=47.93%
B=24.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1182081080.4300.480.1811451.5561.96
Hex76D06C2B0301272343e
Octal16632015453060221626476
Binary11101101101000011011001010110110000100101110010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,208,108); }

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

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

 a { background-color: rgb(118,208,108); }

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

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

 span { border-color: rgb(118,208,108); }

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