#687B4F

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

Shades of Dingley #687B4F

Tints of Dingley #687B4F

Color information

#687B4F (or 0x687B4F) is unknown color: approx Dingley. HEX triplet: 68, 7B and 4F. RGB value is (104,123,79). Sum of RGB (Red+Green+Blue) = 104+123+79=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 123 - color contains mainly: green. Hex color #687B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687B4F is #9784B0. Grayscale: #707070. Windows color (decimal): -9929905 or 5208936. OLE color: 5208936.

HSL color Cylindrical-coordinate representation of color #687B4F: hue angle of 85.91º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #687B4F is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.52.

Color convert

RGB10412379-
CMYK0.1500.360.52
HSL85.91º21.78%39.61%-
HSV(B)85.91º35.77%48.24%-
XYZ14.217.6710.06-
YUV112.3109.21122.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.99%
GREEN value IS 123 (48.44% from 255) = 40.20%
BLUE value IS 79 (31.25% from 255) = 25.82%
R=33.99%
G=40.20%
B=25.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal104123790.1500.360.5285.9121.7839.61
Hex687B4FF02434561628
Octal15017311717044641262650
Binary11010001111011100111111110100100110100101011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687B4F; }

 p { color: rgb(104,123,79); }

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

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

 a { background-color: rgb(104,123,79); }

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

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

 span { border-color: rgb(104,123,79); }

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