#617557

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

Shades of Axolotl #617557

Tints of Axolotl #617557

Color information

#617557 (or 0x617557) is unknown color: approx Axolotl. HEX triplet: 61, 75 and 57. RGB value is (97,117,87). Sum of RGB (Red+Green+Blue) = 97+117+87=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 117 - color contains mainly: green. Hex color #617557 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617557 is #9E8AA8. Grayscale: #6B6B6B. Windows color (decimal): -10390185 or 5731681. OLE color: 5731681.

HSL color Cylindrical-coordinate representation of color #617557: hue angle of 100º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #617557 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB9711787-
CMYK0.1700.260.54
HSL100º14.71%40%-
HSV(B)100º25.64%45.88%-
XYZ13.0115.9511.41-
YUV107.6116.37120.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.23%
GREEN value IS 117 (46.09% from 255) = 38.87%
BLUE value IS 87 (34.38% from 255) = 28.90%
R=32.23%
G=38.87%
B=28.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97117870.1700.260.5410014.7140
Hex6175571101A3664f28
Octal14116512721032661441750
Binary1100001111010110101111000101101011011011001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617557; }

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

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

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

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

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

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

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

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