#688253

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

Shades of Dingley #688253

Tints of Dingley #688253

Color information

#688253 (or 0x688253) is unknown color: approx Dingley. HEX triplet: 68, 82 and 53. RGB value is (104,130,83). Sum of RGB (Red+Green+Blue) = 104+130+83=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #688253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688253 is #977DAC. Grayscale: #757575. Windows color (decimal): -9928109 or 5472872. OLE color: 5472872.

HSL color Cylindrical-coordinate representation of color #688253: hue angle of 93.19º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #688253 is Cyan = 0.2, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB10413083-
CMYK0.200.360.49
HSL93.19º22.07%41.76%-
HSV(B)93.19º36.15%50.98%-
XYZ15.2519.5311.15-
YUV116.87108.89118.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.81%
GREEN value IS 130 (51.17% from 255) = 41.01%
BLUE value IS 83 (32.81% from 255) = 26.18%
R=32.81%
G=41.01%
B=26.18%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104130830.200.360.4993.1922.0741.76
Hex68825314024315d162a
Octal15020212324044611352652
Binary1101000100000101010011101000100100110001101110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688253; }

 p { color: rgb(104,130,83); }

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

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

 a { background-color: rgb(104,130,83); }

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

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

 span { border-color: rgb(104,130,83); }

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