#688D49

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

Shades of Dingley #688D49

Tints of Dingley #688D49

Color information

#688D49 (or 0x688D49) is unknown color: approx Dingley. HEX triplet: 68, 8D and 49. RGB value is (104,141,73). Sum of RGB (Red+Green+Blue) = 104+141+73=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 141 (55.47% from 255 or 44.34% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 141 - color contains mainly: green. Hex color #688D49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688D49 is #9772B6. Grayscale: #7A7A7A. Windows color (decimal): -9925303 or 4820328. OLE color: 4820328.

HSL color Cylindrical-coordinate representation of color #688D49: hue angle of 92.65º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #688D49 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB10414173-
CMYK0.2600.480.45
HSL92.65º31.78%41.96%-
HSV(B)92.65º48.23%55.29%-
XYZ16.4422.479.77-
YUV122.18100.24115.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.70%
GREEN value IS 141 (55.47% from 255) = 44.34%
BLUE value IS 73 (28.91% from 255) = 22.96%
R=32.70%
G=44.34%
B=22.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104141730.2600.480.4592.6531.7841.96
Hex688D491A0302D5d202a
Octal15021511132060551354052
Binary11010001000110110010011101001100001011011011101100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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