#688B4D

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

Shades of Dingley #688B4D

Tints of Dingley #688B4D

Color information

#688B4D (or 0x688B4D) is unknown color: approx Dingley. HEX triplet: 68, 8B and 4D. RGB value is (104,139,77). Sum of RGB (Red+Green+Blue) = 104+139+77=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 139 - color contains mainly: green. Hex color #688B4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688B4D is #9774B2. Grayscale: #797979. Windows color (decimal): -9925811 or 5081960. OLE color: 5081960.

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

Color convert

RGB10413977-
CMYK0.2500.450.45
HSL93.87º28.7%42.35%-
HSV(B)93.87º44.6%54.51%-
XYZ16.2821.9410.4-
YUV121.47102.9115.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.5%
GREEN value IS 139 (54.69% from 255) = 43.44%
BLUE value IS 77 (30.47% from 255) = 24.06%
R=32.5%
G=43.44%
B=24.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104139770.2500.450.4593.8728.742.35
Hex688B4D1902D2D5e1d2a
Octal15021311531055551363552
Binary1101000100010111001101110010101101101101101111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,139,77); }

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

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

 a { background-color: rgb(104,139,77); }

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

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

 span { border-color: rgb(104,139,77); }

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