#75C676

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

Shades of Pastel Green #75C676

Tints of Pastel Green #75C676

Color information

#75C676 (or 0x75C676) is unknown color: approx Pastel Green. HEX triplet: 75, C6 and 76. RGB value is (117,198,118). Sum of RGB (Red+Green+Blue) = 117+198+118=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 198 (77.73% from 255 or 45.73% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 198 - color contains mainly: green. Hex color #75C676 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C676 is #8A3989. Grayscale: #A4A4A4. Windows color (decimal): -9058698 or 7784053. OLE color: 7784053.

HSL color Cylindrical-coordinate representation of color #75C676: hue angle of 120.74º 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 #75C676 is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB117198118-
CMYK0.4100.400.22
HSL120.74º41.54%61.76%-
HSV(B)120.74º40.91%77.65%-
XYZ30.845.4824.29-
YUV164.66101.6694-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.02%
GREEN value IS 198 (77.73% from 255) = 45.73%
BLUE value IS 118 (46.48% from 255) = 27.25%
R=27.02%
G=45.73%
B=27.25%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171981180.4100.400.22120.7441.5461.76
Hex75C6762902816792a3e
Octal16530616651050261715276
Binary11101011100011011101101010010101000101101111001101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75C676; }

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

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

<style>
 a { background-color: #75C676; }

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

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

<style>
 span { border-color: #75C676; }

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

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