#688340

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

Shades of Dingley #688340

Tints of Dingley #688340

Color information

#688340 (or 0x688340) is unknown color: approx Dingley. HEX triplet: 68, 83 and 40. RGB value is (104,131,64). Sum of RGB (Red+Green+Blue) = 104+131+64=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 64 (25.39% from 255 or 21.40% from 299); Max value from RGB is 131 - color contains mainly: green. Hex color #688340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688340 is #977CBF. Grayscale: #737373. Windows color (decimal): -9927872 or 4227944. OLE color: 4227944.

HSL color Cylindrical-coordinate representation of color #688340: hue angle of 84.18º 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 #688340 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB10413164-
CMYK0.2100.510.49
HSL84.18º34.36%38.24%-
HSV(B)84.18º51.15%51.37%-
XYZ14.7519.557.85-
YUV115.2999.05119.95-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.78%
GREEN value IS 131 (51.56% from 255) = 43.81%
BLUE value IS 64 (25.39% from 255) = 21.40%
R=34.78%
G=43.81%
B=21.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104131640.2100.510.4984.1834.3638.24
Hex6883401503331542226
Octal15020310025063611244246
Binary11010001000001110000001010101100111100011010100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688340; }

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

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

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

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

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

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

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

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