#688250

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

Shades of Dingley #688250

Tints of Dingley #688250

Color information

#688250 (or 0x688250) is unknown color: approx Dingley. HEX triplet: 68, 82 and 50. RGB value is (104,130,80). Sum of RGB (Red+Green+Blue) = 104+130+80=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 80 (31.64% from 255 or 25.48% from 314); Max value from RGB is 130 - color contains mainly: green. Hex color #688250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688250 is #977DAF. Grayscale: #747474. Windows color (decimal): -9928112 or 5276264. OLE color: 5276264.

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

Color convert

RGB10413080-
CMYK0.200.380.49
HSL91.2º23.81%41.18%-
HSV(B)91.2º38.46%50.98%-
XYZ15.1419.4910.55-
YUV116.53107.39119.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.12%
GREEN value IS 130 (51.17% from 255) = 41.40%
BLUE value IS 80 (31.64% from 255) = 25.48%
R=33.12%
G=41.40%
B=25.48%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104130800.200.380.4991.223.8141.18
Hex68825014026315b1829
Octal15020212024046611333051
Binary1101000100000101010000101000100110110001101101111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688250; }

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

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

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

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

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

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

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

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