#687C50

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

Shades of Dingley #687C50

Tints of Dingley #687C50

Color information

#687C50 (or 0x687C50) is unknown color: approx Dingley. HEX triplet: 68, 7C and 50. RGB value is (104,124,80). Sum of RGB (Red+Green+Blue) = 104+124+80=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 80 (31.64% from 255 or 25.97% from 308); Max value from RGB is 124 - color contains mainly: green. Hex color #687C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687C50 is #9783AF. Grayscale: #717171. Windows color (decimal): -9929648 or 5274728. OLE color: 5274728.

HSL color Cylindrical-coordinate representation of color #687C50: hue angle of 87.27º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #687C50 is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB10412480-
CMYK0.1600.350.51
HSL87.27º21.57%40%-
HSV(B)87.27º35.48%48.63%-
XYZ14.3617.9410.29-
YUV113109.37121.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 124 (48.83% from 255) = 40.26%
BLUE value IS 80 (31.64% from 255) = 25.97%
R=33.77%
G=40.26%
B=25.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104124800.1600.350.5187.2721.5740
Hex687C501002333571628
Octal15017412020043631272650
Binary110100011111001010000100000100011110011101011110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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