#688255

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

Shades of Glade Green #688255

Tints of Glade Green #688255

Color information

#688255 (or 0x688255) is unknown color: approx Glade Green. HEX triplet: 68, 82 and 55. RGB value is (104,130,85). Sum of RGB (Red+Green+Blue) = 104+130+85=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #688255 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688255 is #977DAA. Grayscale: #757575. Windows color (decimal): -9928107 or 5603944. OLE color: 5603944.

HSL color Cylindrical-coordinate representation of color #688255: hue angle of 94.67º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #688255 is Cyan = 0.2, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB10413085-
CMYK0.200.350.49
HSL94.67º20.93%42.16%-
HSV(B)94.67º34.62%50.98%-
XYZ15.3319.5611.56-
YUV117.1109.89118.66-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 130 (51.17% from 255) = 40.75%
BLUE value IS 85 (33.59% from 255) = 26.65%
R=32.60%
G=40.75%
B=26.65%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104130850.200.350.4994.6720.9342.16
Hex68825514023315f152a
Octal15020212524043611372552
Binary1101000100000101010101101000100011110001101111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688255; }

 p { color: rgb(104,130,85); }

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

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

 a { background-color: rgb(104,130,85); }

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

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

 span { border-color: rgb(104,130,85); }

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