#657C56

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

Shades of Axolotl #657C56

Tints of Axolotl #657C56

Color information

#657C56 (or 0x657C56) is unknown color: approx Axolotl. HEX triplet: 65, 7C and 56. RGB value is (101,124,86). Sum of RGB (Red+Green+Blue) = 101+124+86=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 124 - color contains mainly: green. Hex color #657C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657C56 is #9A83A9. Grayscale: #707070. Windows color (decimal): -10126250 or 5667941. OLE color: 5667941.

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

Color convert

RGB10112486-
CMYK0.1900.310.51
HSL96.32º18.1%41.18%-
HSV(B)96.32º30.65%48.63%-
XYZ14.2517.8511.5-
YUV112.79112.88119.59-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.48%
GREEN value IS 124 (48.83% from 255) = 39.87%
BLUE value IS 86 (33.98% from 255) = 27.65%
R=32.48%
G=39.87%
B=27.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal101124860.1900.310.5196.3218.141.18
Hex657C561301F33601229
Octal14517412623037631402251
Binary11001011111100101011010011011111110011110000010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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