#657C4F

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

Shades of Dingley #657C4F

Tints of Dingley #657C4F

Color information

#657C4F (or 0x657C4F) is unknown color: approx Dingley. HEX triplet: 65, 7C and 4F. RGB value is (101,124,79). Sum of RGB (Red+Green+Blue) = 101+124+79=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 124 - color contains mainly: green. Hex color #657C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657C4F is #9A83B0. Grayscale: #707070. Windows color (decimal): -10126257 or 5209189. OLE color: 5209189.

HSL color Cylindrical-coordinate representation of color #657C4F: hue angle of 90.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #657C4F is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.

Color convert

RGB10112479-
CMYK0.1900.360.51
HSL90.67º22.17%39.8%-
HSV(B)90.67º36.29%48.63%-
XYZ13.9917.7510.09-
YUV111.99109.38120.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.22%
GREEN value IS 124 (48.83% from 255) = 40.79%
BLUE value IS 79 (31.25% from 255) = 25.99%
R=33.22%
G=40.79%
B=25.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101124790.1900.360.5190.6722.1739.8
Hex657C4F13024335b1628
Octal14517411723044631332650
Binary110010111111001001111100110100100110011101101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,124,79); }

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

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

 a { background-color: rgb(101,124,79); }

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

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

 span { border-color: rgb(101,124,79); }

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