#68D674

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

Shades of Pastel Green #68D674

Tints of Pastel Green #68D674

Color information

#68D674 (or 0x68D674) is unknown color: approx Pastel Green. HEX triplet: 68, D6 and 74. RGB value is (104,214,116). Sum of RGB (Red+Green+Blue) = 104+214+116=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 116 (45.70% from 255 or 26.73% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #68D674 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D674 is #97298B. Grayscale: #AAAAAA. Windows color (decimal): -9906572 or 7657064. OLE color: 7657064.

HSL color Cylindrical-coordinate representation of color #68D674: hue angle of 126.55º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D674 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB104214116-
CMYK0.5100.460.16
HSL126.55º57.29%62.35%-
HSV(B)126.55º51.4%83.92%-
XYZ32.9152.324.88-
YUV169.9497.5680.97-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.96%
GREEN value IS 214 (83.98% from 255) = 49.31%
BLUE value IS 116 (45.70% from 255) = 26.73%
R=23.96%
G=49.31%
B=26.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1042141160.5100.460.16126.5557.2962.35
Hex68D6743302E107f393e
Octal15032616463056201777176
Binary11010001101011011101001100110101110100001111111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,214,116); }

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

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

 a { background-color: rgb(104,214,116); }

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

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

 span { border-color: rgb(104,214,116); }

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