#657F5C

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

Shades of Axolotl #657F5C

Tints of Axolotl #657F5C

Color information

#657F5C (or 0x657F5C) is unknown color: approx Axolotl. HEX triplet: 65, 7F and 5C. RGB value is (101,127,92). Sum of RGB (Red+Green+Blue) = 101+127+92=320 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.56% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 127 - color contains mainly: green. Hex color #657F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657F5C is #9A80A3. Grayscale: #737373. Windows color (decimal): -10125476 or 6061925. OLE color: 6061925.

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

Color convert

RGB10112792-
CMYK0.2000.280.50
HSL104.57º15.98%42.94%-
HSV(B)104.57º27.56%49.8%-
XYZ14.8918.7212.95-
YUV115.24114.89117.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.56%
GREEN value IS 127 (50% from 255) = 39.69%
BLUE value IS 92 (36.33% from 255) = 28.75%
R=31.56%
G=39.69%
B=28.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101127920.2000.280.50104.5715.9842.94
Hex657F5C1401C3269102b
Octal14517713424034621512053
Binary11001011111111101110010100011100110010110100110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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