#657A4E

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

Shades of Dingley #657A4E

Tints of Dingley #657A4E

Color information

#657A4E (or 0x657A4E) is unknown color: approx Dingley. HEX triplet: 65, 7A and 4E. RGB value is (101,122,78). Sum of RGB (Red+Green+Blue) = 101+122+78=301 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.55% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 122 - color contains mainly: green. Hex color #657A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657A4E is #9A85B1. Grayscale: #6E6E6E. Windows color (decimal): -10126770 or 5143141. OLE color: 5143141.

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

Color convert

RGB10112278-
CMYK0.1700.360.52
HSL88.64º22%39.22%-
HSV(B)88.64º36.07%47.84%-
XYZ13.717.249.81-
YUV110.7109.54121.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.55%
GREEN value IS 122 (48.05% from 255) = 40.53%
BLUE value IS 78 (30.86% from 255) = 25.91%
R=33.55%
G=40.53%
B=25.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101122780.1700.360.5288.642239.22
Hex657A4E1102434591627
Octal14517211621044641312647
Binary110010111110101001110100010100100110100101100110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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