#75D06F

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

Shades of Pastel Green #75D06F

Tints of Pastel Green #75D06F

Color information

#75D06F (or 0x75D06F) is unknown color: approx Pastel Green. HEX triplet: 75, D0 and 6F. RGB value is (117,208,111). Sum of RGB (Red+Green+Blue) = 117+208+111=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 208 - color contains mainly: green. Hex color #75D06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D06F is #8A2F90. Grayscale: #AAAAAA. Windows color (decimal): -9056145 or 7327861. OLE color: 7327861.

HSL color Cylindrical-coordinate representation of color #75D06F: hue angle of 116.29º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75D06F is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB117208111-
CMYK0.4400.470.18
HSL116.29º50.79%62.55%-
HSV(B)116.29º46.63%81.57%-
XYZ32.7650.0422.97-
YUV169.7394.8590.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.83%
GREEN value IS 208 (81.64% from 255) = 47.71%
BLUE value IS 111 (43.75% from 255) = 25.46%
R=26.83%
G=47.71%
B=25.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1172081110.4400.470.18116.2950.7962.55
Hex75D06F2C02F1274333f
Octal16532015754057221646377
Binary11101011101000011011111011000101111100101110100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,208,111); }

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

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

 a { background-color: rgb(117,208,111); }

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

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

 span { border-color: rgb(117,208,111); }

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