#688550

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

Shades of Dingley #688550

Tints of Dingley #688550

Color information

#688550 (or 0x688550) is unknown color: approx Dingley. HEX triplet: 68, 85 and 50. RGB value is (104,133,80). Sum of RGB (Red+Green+Blue) = 104+133+80=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 80 (31.64% from 255 or 25.24% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #688550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688550 is #977AAF. Grayscale: #767676. Windows color (decimal): -9927344 or 5277032. OLE color: 5277032.

HSL color Cylindrical-coordinate representation of color #688550: hue angle of 92.83º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #688550 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB10413380-
CMYK0.2200.400.48
HSL92.83º24.88%41.76%-
HSV(B)92.83º39.85%52.16%-
XYZ15.5420.310.69-
YUV118.29106.39117.81-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.81%
GREEN value IS 133 (52.34% from 255) = 41.96%
BLUE value IS 80 (31.64% from 255) = 25.24%
R=32.81%
G=41.96%
B=25.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104133800.2200.400.4892.8324.8841.76
Hex68855016028305d192a
Octal15020512026050601353152
Binary1101000100001011010000101100101000110000101110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688550; }

 p { color: rgb(104,133,80); }

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

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

 a { background-color: rgb(104,133,80); }

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

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

 span { border-color: rgb(104,133,80); }

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