#68E76B

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

Shades of Pastel Green #68E76B

Tints of Pastel Green #68E76B

Color information

#68E76B (or 0x68E76B) is unknown color: approx Pastel Green. HEX triplet: 68, E7 and 6B. RGB value is (104,231,107). Sum of RGB (Red+Green+Blue) = 104+231+107=442 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.53% from 442); Green value is 231 (90.62% from 255 or 52.26% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 231 - color contains mainly: green. Hex color #68E76B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #68E76B is #971894. Grayscale: #B3B3B3. Windows color (decimal): -9902229 or 7071592. OLE color: 7071592.

HSL color Cylindrical-coordinate representation of color #68E76B: hue angle of 121.42º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68E76B is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB104231107-
CMYK0.5500.540.09
HSL121.42º72.57%65.69%-
HSV(B)121.42º54.98%90.59%-
XYZ36.9461.1623.77-
YUV178.8987.4274.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.53%
GREEN value IS 231 (90.62% from 255) = 52.26%
BLUE value IS 107 (42.19% from 255) = 24.21%
R=23.53%
G=52.26%
B=24.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1042311070.5500.540.09121.4272.5765.69
Hex68E76B370369794942
Octal1503471536706611171111102
Binary110100011100111110101111011101101101001111100110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68E76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,231,107); }

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

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

 a { background-color: rgb(104,231,107); }

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

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

 span { border-color: rgb(104,231,107); }

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