#77D075

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

Shades of Pastel Green #77D075

Tints of Pastel Green #77D075

Color information

#77D075 (or 0x77D075) is unknown color: approx Pastel Green. HEX triplet: 77, D0 and 75. RGB value is (119,208,117). Sum of RGB (Red+Green+Blue) = 119+208+117=444 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.80% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 208 - color contains mainly: green. Hex color #77D075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77D075 is #882F8A. Grayscale: #ABABAB. Windows color (decimal): -8925067 or 7721079. OLE color: 7721079.

HSL color Cylindrical-coordinate representation of color #77D075: hue angle of 118.68º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77D075 is Cyan = 0.43, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB119208117-
CMYK0.4300.440.18
HSL118.68º49.19%63.73%-
HSV(B)118.68º43.75%81.57%-
XYZ33.3750.3224.78-
YUV171.0297.5190.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.80%
GREEN value IS 208 (81.64% from 255) = 46.85%
BLUE value IS 117 (46.09% from 255) = 26.35%
R=26.80%
G=46.85%
B=26.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1192081170.4300.440.18118.6849.1963.73
Hex77D0752B02C12773140
Octal167320165530542216761100
Binary111011111010000111010110101101011001001011101111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77D075; }

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

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

<style>
 a { background-color: #77D075; }

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

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

<style>
 span { border-color: #77D075; }

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

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