#68D776

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

Shades of Pastel Green #68D776

Tints of Pastel Green #68D776

Color information

#68D776 (or 0x68D776) is unknown color: approx Pastel Green. HEX triplet: 68, D7 and 76. RGB value is (104,215,118). Sum of RGB (Red+Green+Blue) = 104+215+118=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 215 (84.38% from 255 or 49.20% from 437); Blue value is 118 (46.48% from 255 or 27.00% from 437); Max value from RGB is 215 - color contains mainly: green. Hex color #68D776 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D776 is #972889. Grayscale: #ABABAB. Windows color (decimal): -9906314 or 7788392. OLE color: 7788392.

HSL color Cylindrical-coordinate representation of color #68D776: hue angle of 127.57º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D776 is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB104215118-
CMYK0.5200.450.16
HSL127.57º58.12%62.55%-
HSV(B)127.57º51.63%84.31%-
XYZ33.2852.8525.59-
YUV170.7598.2380.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.80%
GREEN value IS 215 (84.38% from 255) = 49.20%
BLUE value IS 118 (46.48% from 255) = 27.00%
R=23.80%
G=49.20%
B=27.00%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1042151180.5200.450.16127.5758.1262.55
Hex68D7763402D10803a3f
Octal15032716664055202007277
Binary110100011010111111011011010001011011000010000000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68D776; }

 p { color: rgb(104,215,118); }

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

<style>
 a { background-color: #68D776; }

 a { background-color: rgb(104,215,118); }

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

<style>
 span { border-color: #68D776; }

 span { border-color: rgb(104,215,118); }

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