#688E49

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

Shades of Dingley #688E49

Tints of Dingley #688E49

Color information

#688E49 (or 0x688E49) is unknown color: approx Dingley. HEX triplet: 68, 8E and 49. RGB value is (104,142,73). Sum of RGB (Red+Green+Blue) = 104+142+73=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 142 (55.86% from 255 or 44.51% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 142 - color contains mainly: green. Hex color #688E49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688E49 is #9771B6. Grayscale: #7B7B7B. Windows color (decimal): -9925047 or 4820584. OLE color: 4820584.

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

Color convert

RGB10414273-
CMYK0.2700.490.44
HSL93.04º32.09%42.16%-
HSV(B)93.04º48.59%55.69%-
XYZ16.5822.779.82-
YUV122.7799.91114.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 142 (55.86% from 255) = 44.51%
BLUE value IS 73 (28.91% from 255) = 22.88%
R=32.60%
G=44.51%
B=22.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104142730.2700.490.4493.0432.0942.16
Hex688E491B0312C5d202a
Octal15021611133061541354052
Binary11010001000111010010011101101100011011001011101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,142,73); }

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

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

 a { background-color: rgb(104,142,73); }

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

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

 span { border-color: rgb(104,142,73); }

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