#657E4E

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

Shades of Dingley #657E4E

Tints of Dingley #657E4E

Color information

#657E4E (or 0x657E4E) is unknown color: approx Dingley. HEX triplet: 65, 7E and 4E. RGB value is (101,126,78). Sum of RGB (Red+Green+Blue) = 101+126+78=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 126 - color contains mainly: green. Hex color #657E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657E4E is #9A81B1. Grayscale: #717171. Windows color (decimal): -10125746 or 5144165. OLE color: 5144165.

HSL color Cylindrical-coordinate representation of color #657E4E: hue angle of 91.25º 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 #657E4E is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB10112678-
CMYK0.2000.380.51
HSL91.25º23.53%40%-
HSV(B)91.25º38.1%49.41%-
XYZ14.218.249.98-
YUV113.05108.22119.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.11%
GREEN value IS 126 (49.61% from 255) = 41.31%
BLUE value IS 78 (30.86% from 255) = 25.57%
R=33.11%
G=41.31%
B=25.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101126780.2000.380.5191.2523.5340
Hex657E4E14026335b1828
Octal14517611624046631333050
Binary110010111111101001110101000100110110011101101111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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