#657F4D

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

Shades of Dingley #657F4D

Tints of Dingley #657F4D

Color information

#657F4D (or 0x657F4D) is unknown color: approx Dingley. HEX triplet: 65, 7F and 4D. RGB value is (101,127,77). Sum of RGB (Red+Green+Blue) = 101+127+77=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 127 - color contains mainly: green. Hex color #657F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657F4D is #9A80B2. Grayscale: #717171. Windows color (decimal): -10125491 or 5078885. OLE color: 5078885.

HSL color Cylindrical-coordinate representation of color #657F4D: hue angle of 91.2º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #657F4D is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.

Color convert

RGB10112777-
CMYK0.2000.390.50
HSL91.2º24.51%40%-
HSV(B)91.2º39.37%49.8%-
XYZ14.318.489.83-
YUV113.53107.39119.07-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.11%
GREEN value IS 127 (50% from 255) = 41.64%
BLUE value IS 77 (30.47% from 255) = 25.25%
R=33.11%
G=41.64%
B=25.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101127770.2000.390.5091.224.5140
Hex657F4D14027325b1928
Octal14517711524047621333150
Binary110010111111111001101101000100111110010101101111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657F4D; }

 p { color: rgb(101,127,77); }

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

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

 a { background-color: rgb(101,127,77); }

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

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

 span { border-color: rgb(101,127,77); }

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