#75C876

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

Shades of Pastel Green #75C876

Tints of Pastel Green #75C876

Color information

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

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

Color convert

RGB117200118-
CMYK0.4200.410.22
HSL120.72º43.01%62.16%-
HSV(B)120.72º41.5%78.43%-
XYZ31.2646.424.45-
YUV165.8310193.17-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1172001180.4200.410.22120.7243.0162.16
Hex75C8762A02916792b3e
Octal16531016652051261715376
Binary11101011100100011101101010100101001101101111001101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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