#688B4A

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

Shades of Dingley #688B4A

Tints of Dingley #688B4A

Color information

#688B4A (or 0x688B4A) is unknown color: approx Dingley. HEX triplet: 68, 8B and 4A. RGB value is (104,139,74). Sum of RGB (Red+Green+Blue) = 104+139+74=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 139 - color contains mainly: green. Hex color #688B4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688B4A is #9774B5. Grayscale: #797979. Windows color (decimal): -9925814 or 4885352. OLE color: 4885352.

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

Color convert

RGB10413974-
CMYK0.2500.470.45
HSL92.31º30.52%41.76%-
HSV(B)92.31º46.76%54.51%-
XYZ16.1821.99.85-
YUV121.12101.4115.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.81%
GREEN value IS 139 (54.69% from 255) = 43.85%
BLUE value IS 74 (29.30% from 255) = 23.34%
R=32.81%
G=43.85%
B=23.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104139740.2500.470.4592.3130.5241.76
Hex688B4A1902F2D5c1f2a
Octal15021311231057551343752
Binary1101000100010111001010110010101111101101101110011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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