#687E4E

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

Shades of Dingley #687E4E

Tints of Dingley #687E4E

Color information

#687E4E (or 0x687E4E) is unknown color: approx Dingley. HEX triplet: 68, 7E and 4E. RGB value is (104,126,78). Sum of RGB (Red+Green+Blue) = 104+126+78=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 126 (49.61% from 255 or 40.91% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 126 - color contains mainly: green. Hex color #687E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687E4E is #9781B1. Grayscale: #727272. Windows color (decimal): -9929138 or 5144168. OLE color: 5144168.

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

Color convert

RGB10412678-
CMYK0.1700.380.51
HSL87.5º23.53%40%-
HSV(B)87.5º38.1%49.41%-
XYZ14.5418.4110-
YUV113.95107.71120.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 126 (49.61% from 255) = 40.91%
BLUE value IS 78 (30.86% from 255) = 25.32%
R=33.77%
G=40.91%
B=25.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal104126780.1700.380.5187.523.5340
Hex687E4E1102633581828
Octal15017611621046631303050
Binary110100011111101001110100010100110110011101100011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,126,78); }

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

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

 a { background-color: rgb(104,126,78); }

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

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

 span { border-color: rgb(104,126,78); }

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