#76D86B

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

Shades of Pastel Green #76D86B

Tints of Pastel Green #76D86B

Color information

#76D86B (or 0x76D86B) is unknown color: approx Pastel Green. HEX triplet: 76, D8 and 6B. RGB value is (118,216,107). Sum of RGB (Red+Green+Blue) = 118+216+107=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 216 (84.77% from 255 or 48.98% from 441); Blue value is 107 (42.19% from 255 or 24.26% from 441); Max value from RGB is 216 - color contains mainly: green. Hex color #76D86B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D86B is #892794. Grayscale: #AEAEAE. Windows color (decimal): -8988565 or 7067766. OLE color: 7067766.

HSL color Cylindrical-coordinate representation of color #76D86B: hue angle of 113.94º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76D86B is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB118216107-
CMYK0.4500.500.15
HSL113.94º58.29%63.33%-
HSV(B)113.94º50.46%84.71%-
XYZ34.6854.0222.51-
YUV174.2790.0387.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 26.76%
GREEN value IS 216 (84.77% from 255) = 48.98%
BLUE value IS 107 (42.19% from 255) = 24.26%
R=26.76%
G=48.98%
B=24.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1182161070.4500.500.15113.9458.2963.33
Hex76D86B2D032F723a3f
Octal16633015355062171627277
Binary1110110110110001101011101101011001011111110010111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,216,107); }

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

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

 a { background-color: rgb(118,216,107); }

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

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

 span { border-color: rgb(118,216,107); }

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