#617C57

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

Shades of Axolotl #617C57

Tints of Axolotl #617C57

Color information

#617C57 (or 0x617C57) is unknown color: approx Axolotl. HEX triplet: 61, 7C and 57. RGB value is (97,124,87). Sum of RGB (Red+Green+Blue) = 97+124+87=308 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.49% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 87 (34.38% from 255 or 28.25% from 308); Max value from RGB is 124 - color contains mainly: green. Hex color #617C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617C57 is #9E83A8. Grayscale: #6F6F6F. Windows color (decimal): -10388393 or 5733473. OLE color: 5733473.

HSL color Cylindrical-coordinate representation of color #617C57: hue angle of 103.78º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #617C57 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB9712487-
CMYK0.2200.300.51
HSL103.78º17.54%41.37%-
HSV(B)103.78º29.84%48.63%-
XYZ13.8617.6411.69-
YUV111.71114.05117.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.49%
GREEN value IS 124 (48.83% from 255) = 40.26%
BLUE value IS 87 (34.38% from 255) = 28.25%
R=31.49%
G=40.26%
B=28.25%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal97124870.2200.300.51103.7817.5441.37
Hex617C571601E33681229
Octal14117412726036631502251
Binary11000011111100101011110110011110110011110100010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617C57; }

 p { color: rgb(97,124,87); }

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

<style>
 a { background-color: #617C57; }

 a { background-color: rgb(97,124,87); }

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

<style>
 span { border-color: #617C57; }

 span { border-color: rgb(97,124,87); }

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