#688F50

Color #688F50 Glade Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glade Green #688F50

Tints of Glade Green #688F50

Color information

#688F50 (or 0x688F50) is unknown color: approx Glade Green. HEX triplet: 68, 8F and 50. RGB value is (104,143,80). Sum of RGB (Red+Green+Blue) = 104+143+80=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 80 (31.64% from 255 or 24.46% from 327); Max value from RGB is 143 - color contains mainly: green. Hex color #688F50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688F50 is #9770AF. Grayscale: #7C7C7C. Windows color (decimal): -9924784 or 5279592. OLE color: 5279592.

HSL color Cylindrical-coordinate representation of color #688F50: hue angle of 97.14º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #688F50 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB10414380-
CMYK0.2700.440.44
HSL97.14º28.25%43.73%-
HSV(B)97.14º44.06%56.08%-
XYZ16.9823.1711.17-
YUV124.16103.08113.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.80%
GREEN value IS 143 (56.25% from 255) = 43.73%
BLUE value IS 80 (31.64% from 255) = 24.46%
R=31.80%
G=43.73%
B=24.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104143800.2700.440.4497.1428.2543.73
Hex688F501B02C2C611c2c
Octal15021712033054541413454
Binary1101000100011111010000110110101100101100110000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688F50; }

 p { color: rgb(104,143,80); }

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

<style>
 a { background-color: #688F50; }

 a { background-color: rgb(104,143,80); }

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

<style>
 span { border-color: #688F50; }

 span { border-color: rgb(104,143,80); }

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