#688650

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

Shades of Dingley #688650

Tints of Dingley #688650

Color information

#688650 (or 0x688650) is unknown color: approx Dingley. HEX triplet: 68, 86 and 50. RGB value is (104,134,80). Sum of RGB (Red+Green+Blue) = 104+134+80=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #688650 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688650 is #9779AF. Grayscale: #777777. Windows color (decimal): -9927088 or 5277288. OLE color: 5277288.

HSL color Cylindrical-coordinate representation of color #688650: hue angle of 93.33º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #688650 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB10413480-
CMYK0.2200.400.47
HSL93.33º25.23%41.96%-
HSV(B)93.33º40.3%52.55%-
XYZ15.6820.5710.73-
YUV118.87106.06117.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.70%
GREEN value IS 134 (52.73% from 255) = 42.14%
BLUE value IS 80 (31.64% from 255) = 25.16%
R=32.70%
G=42.14%
B=25.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104134800.2200.400.4793.3325.2341.96
Hex688650160282F5d192a
Octal15020612026050571353152
Binary1101000100001101010000101100101000101111101110111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688650; }

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

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

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

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

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

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

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

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