#688256

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

Shades of Glade Green #688256

Tints of Glade Green #688256

Color information

#688256 (or 0x688256) is unknown color: approx Glade Green. HEX triplet: 68, 82 and 56. RGB value is (104,130,86). Sum of RGB (Red+Green+Blue) = 104+130+86=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 130 - color contains mainly: green. Hex color #688256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688256 is #977DA9. Grayscale: #757575. Windows color (decimal): -9928106 or 5669480. OLE color: 5669480.

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

Color convert

RGB10413086-
CMYK0.200.340.49
HSL95.45º20.37%42.35%-
HSV(B)95.45º33.85%50.98%-
XYZ15.3719.5811.77-
YUV117.21110.39118.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.5%
GREEN value IS 130 (51.17% from 255) = 40.62%
BLUE value IS 86 (33.98% from 255) = 26.88%
R=32.5%
G=40.62%
B=26.88%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104130860.200.340.4995.4520.3742.35
Hex68825614022315f142a
Octal15020212624042611372452
Binary1101000100000101010110101000100010110001101111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688256; }

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

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

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

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

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

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

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

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