#68D969

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

Shades of Pastel Green #68D969

Tints of Pastel Green #68D969

Color information

#68D969 (or 0x68D969) is unknown color: approx Pastel Green. HEX triplet: 68, D9 and 69. RGB value is (104,217,105). Sum of RGB (Red+Green+Blue) = 104+217+105=426 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.41% from 426); Green value is 217 (85.16% from 255 or 50.94% from 426); Blue value is 105 (41.41% from 255 or 24.65% from 426); Max value from RGB is 217 - color contains mainly: green. Hex color #68D969 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D969 is #972696. Grayscale: #AAAAAA. Windows color (decimal): -9905815 or 6936936. OLE color: 6936936.

HSL color Cylindrical-coordinate representation of color #68D969: hue angle of 120.53º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D969 is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB104217105-
CMYK0.5200.520.15
HSL120.53º59.79%62.94%-
HSV(B)120.53º52.07%85.1%-
XYZ33.0753.5921.97-
YUV170.4491.0680.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.41%
GREEN value IS 217 (85.16% from 255) = 50.94%
BLUE value IS 105 (41.41% from 255) = 24.65%
R=24.41%
G=50.94%
B=24.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1042171050.5200.520.15120.5359.7962.94
Hex68D96934034F793c3f
Octal15033115164064171717477
Binary1101000110110011101001110100011010011111111001111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,217,105); }

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

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

 a { background-color: rgb(104,217,105); }

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

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

 span { border-color: rgb(104,217,105); }

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