#688345

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

Shades of Dingley #688345

Tints of Dingley #688345

Color information

#688345 (or 0x688345) is unknown color: approx Dingley. HEX triplet: 68, 83 and 45. RGB value is (104,131,69). Sum of RGB (Red+Green+Blue) = 104+131+69=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 131 (51.56% from 255 or 43.09% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 131 - color contains mainly: green. Hex color #688345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688345 is #977CBA. Grayscale: #747474. Windows color (decimal): -9927867 or 4555624. OLE color: 4555624.

HSL color Cylindrical-coordinate representation of color #688345: hue angle of 86.13º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #688345 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB10413169-
CMYK0.2100.470.49
HSL86.13º31%39.22%-
HSV(B)86.13º47.33%51.37%-
XYZ14.919.618.63-
YUV115.86101.55119.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.21%
GREEN value IS 131 (51.56% from 255) = 43.09%
BLUE value IS 69 (27.34% from 255) = 22.70%
R=34.21%
G=43.09%
B=22.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104131690.2100.470.4986.133139.22
Hex6883451502F31561f27
Octal15020310525057611263747
Binary1101000100000111000101101010101111110001101011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688345; }

 p { color: rgb(104,131,69); }

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

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

 a { background-color: rgb(104,131,69); }

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

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

 span { border-color: rgb(104,131,69); }

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