#688848

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

Shades of Dingley #688848

Tints of Dingley #688848

Color information

#688848 (or 0x688848) is unknown color: approx Dingley. HEX triplet: 68, 88 and 48. RGB value is (104,136,72). Sum of RGB (Red+Green+Blue) = 104+136+72=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 136 (53.52% from 255 or 43.59% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 136 - color contains mainly: green. Hex color #688848 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688848 is #9777B7. Grayscale: #777777. Windows color (decimal): -9926584 or 4753512. OLE color: 4753512.

HSL color Cylindrical-coordinate representation of color #688848: hue angle of 90º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #688848 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB10413672-
CMYK0.2400.470.47
HSL90º30.77%40.78%-
HSV(B)90º47.06%53.33%-
XYZ15.6821.029.36-
YUV119.14101.4117.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.33%
GREEN value IS 136 (53.52% from 255) = 43.59%
BLUE value IS 72 (28.52% from 255) = 23.08%
R=33.33%
G=43.59%
B=23.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104136720.2400.470.479030.7740.78
Hex6888481802F2F5a1f29
Octal15021011030057571323751
Binary1101000100010001001000110000101111101111101101011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688848; }

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

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

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

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

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

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

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

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