#657B5A

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

Shades of Axolotl #657B5A

Tints of Axolotl #657B5A

Color information

#657B5A (or 0x657B5A) is unknown color: approx Axolotl. HEX triplet: 65, 7B and 5A. RGB value is (101,123,90). Sum of RGB (Red+Green+Blue) = 101+123+90=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 123 - color contains mainly: green. Hex color #657B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657B5A is #9A84A5. Grayscale: #707070. Windows color (decimal): -10126502 or 5929829. OLE color: 5929829.

HSL color Cylindrical-coordinate representation of color #657B5A: hue angle of 100º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #657B5A is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.

Color convert

RGB10112390-
CMYK0.1800.270.52
HSL100º15.49%41.76%-
HSV(B)100º26.83%48.24%-
XYZ14.317.6712.33-
YUV112.66115.21119.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.17%
GREEN value IS 123 (48.44% from 255) = 39.17%
BLUE value IS 90 (35.55% from 255) = 28.66%
R=32.17%
G=39.17%
B=28.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101123900.1800.270.5210015.4941.76
Hex657B5A1201B3464f2a
Octal14517313222033641441752
Binary1100101111101110110101001001101111010011001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,123,90); }

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

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

 a { background-color: rgb(101,123,90); }

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

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

 span { border-color: rgb(101,123,90); }

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