#688141

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

Shades of Dingley #688141

Tints of Dingley #688141

Color information

#688141 (or 0x688141) is unknown color: approx Dingley. HEX triplet: 68, 81 and 41. RGB value is (104,129,65). Sum of RGB (Red+Green+Blue) = 104+129+65=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 129 (50.78% from 255 or 43.29% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 129 - color contains mainly: green. Hex color #688141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #688141 is #977EBE. Grayscale: #727272. Windows color (decimal): -9928383 or 4292968. OLE color: 4292968.

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

Color convert

RGB10412965-
CMYK0.1900.500.49
HSL83.44º32.99%38.04%-
HSV(B)83.44º49.61%50.59%-
XYZ14.5119.037.91-
YUV114.23100.22120.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.90%
GREEN value IS 129 (50.78% from 255) = 43.29%
BLUE value IS 65 (25.78% from 255) = 21.81%
R=34.90%
G=43.29%
B=21.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104129650.1900.500.4983.4432.9938.04
Hex6881411303231532126
Octal15020110123062611234146
Binary11010001000000110000011001101100101100011010011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688141; }

 p { color: rgb(104,129,65); }

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

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

 a { background-color: rgb(104,129,65); }

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

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

 span { border-color: rgb(104,129,65); }

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