#688442

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

Shades of Dingley #688442

Tints of Dingley #688442

Color information

#688442 (or 0x688442) is unknown color: approx Dingley. HEX triplet: 68, 84 and 42. RGB value is (104,132,66). Sum of RGB (Red+Green+Blue) = 104+132+66=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 132 (51.95% from 255 or 43.71% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 132 - color contains mainly: green. Hex color #688442 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688442 is #977BBD. Grayscale: #747474. Windows color (decimal): -9927614 or 4359272. OLE color: 4359272.

HSL color Cylindrical-coordinate representation of color #688442: hue angle of 85.45º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #688442 is Cyan = 0.21, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB10413266-
CMYK0.2100.50.48
HSL85.45º33.33%38.82%-
HSV(B)85.45º50%51.76%-
XYZ14.9419.848.2-
YUV116.199.72119.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.44%
GREEN value IS 132 (51.95% from 255) = 43.71%
BLUE value IS 66 (26.17% from 255) = 21.85%
R=34.44%
G=43.71%
B=21.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104132660.2100.50.4885.4533.3338.82
Hex6884421503230552127
Octal15020410225062601254147
Binary11010001000010010000101010101100101100001010101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688442; }

 p { color: rgb(104,132,66); }

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

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

 a { background-color: rgb(104,132,66); }

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

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

 span { border-color: rgb(104,132,66); }

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