#688F48

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

Shades of Dingley #688F48

Tints of Dingley #688F48

Color information

#688F48 (or 0x688F48) is unknown color: approx Dingley. HEX triplet: 68, 8F and 48. RGB value is (104,143,72). Sum of RGB (Red+Green+Blue) = 104+143+72=319 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.60% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 143 - color contains mainly: green. Hex color #688F48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688F48 is #9770B7. Grayscale: #7B7B7B. Windows color (decimal): -9924792 or 4755304. OLE color: 4755304.

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

Color convert

RGB10414372-
CMYK0.2700.500.44
HSL92.96º33.02%42.16%-
HSV(B)92.96º49.65%56.08%-
XYZ16.723.069.7-
YUV123.2499.08114.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.60%
GREEN value IS 143 (56.25% from 255) = 44.83%
BLUE value IS 72 (28.52% from 255) = 22.57%
R=32.60%
G=44.83%
B=22.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104143720.2700.500.4492.9633.0242.16
Hex688F481B0322C5d212a
Octal15021711033062541354152
Binary11010001000111110010001101101100101011001011101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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