#688240

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

Shades of Dingley #688240

Tints of Dingley #688240

Color information

#688240 (or 0x688240) is unknown color: approx Dingley. HEX triplet: 68, 82 and 40. RGB value is (104,130,64). Sum of RGB (Red+Green+Blue) = 104+130+64=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #688240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688240 is #977DBF. Grayscale: #727272. Windows color (decimal): -9928128 or 4227688. OLE color: 4227688.

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

Color convert

RGB10413064-
CMYK0.200.510.49
HSL83.64º34.02%38.04%-
HSV(B)83.64º50.77%50.98%-
XYZ14.6219.287.8-
YUV114.799.39120.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 130 (51.17% from 255) = 43.62%
BLUE value IS 64 (25.39% from 255) = 21.48%
R=34.90%
G=43.62%
B=21.48%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104130640.200.510.4983.6434.0238.04
Hex6882401403331542226
Octal15020210024063611244246
Binary11010001000001010000001010001100111100011010100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688240; }

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

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

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

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

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

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

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

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