#657A50

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

Shades of Dingley #657A50

Tints of Dingley #657A50

Color information

#657A50 (or 0x657A50) is unknown color: approx Dingley. HEX triplet: 65, 7A and 50. RGB value is (101,122,80). Sum of RGB (Red+Green+Blue) = 101+122+80=303 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.33% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 122 - color contains mainly: green. Hex color #657A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657A50 is #9A85AF. Grayscale: #6F6F6F. Windows color (decimal): -10126768 or 5274213. OLE color: 5274213.

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

Color convert

RGB10112280-
CMYK0.1700.340.52
HSL90º20.79%39.61%-
HSV(B)90º34.43%47.84%-
XYZ13.7717.2610.2-
YUV110.93110.54120.92-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.33%
GREEN value IS 122 (48.05% from 255) = 40.26%
BLUE value IS 80 (31.64% from 255) = 26.40%
R=33.33%
G=40.26%
B=26.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101122800.1700.340.529020.7939.61
Hex657A5011022345a1528
Octal14517212021042641322550
Binary110010111110101010000100010100010110100101101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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