#76cb6f

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

Shades of Pastel Green #76CB6F

Tints of Pastel Green #76CB6F

Color information

#76CB6F (or 0x76CB6F) is unknown color: approx Pastel Green. HEX triplet: 76, CB and 6F. RGB value is (118,203,111). Sum of RGB (Red+Green+Blue) = 118+203+111=432 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.31% from 432); Green value is 203 (79.69% from 255 or 46.99% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CB6F is #893490. Grayscale: #A7A7A7. Windows color (decimal): -8991889 or 7326582. OLE color: 7326582.

HSL color Cylindrical-coordinate representation of color #76CB6F: hue angle of 115.43º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76CB6F is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB118203111-
CMYK0.4200.450.20
HSL115.43º46.94%61.57%-
HSV(B)115.43º45.32%79.61%-
XYZ31.747.7122.58-
YUV167.196.3492.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 27.31%
GREEN value IS 203 (79.69% from 255) = 46.99%
BLUE value IS 111 (43.75% from 255) = 25.69%
R=27.31%
G=46.99%
B=25.69%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1182031110.4200.450.20115.4346.9461.57
Hex76CB6F2A02D14732f3e
Octal16631315752055241635776
Binary11101101100101111011111010100101101101001110011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76cb6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,203,111); }

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

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

 a { background-color: rgb(118,203,111); }

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

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

 span { border-color: rgb(118,203,111); }

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