#617B57

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

Shades of Axolotl #617B57

Tints of Axolotl #617B57

Color information

#617B57 (or 0x617B57) is unknown color: approx Axolotl. HEX triplet: 61, 7B and 57. RGB value is (97,123,87). Sum of RGB (Red+Green+Blue) = 97+123+87=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 87 (34.38% from 255 or 28.34% from 307); Max value from RGB is 123 - color contains mainly: green. Hex color #617B57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617B57 is #9E84A8. Grayscale: #6F6F6F. Windows color (decimal): -10388649 or 5733217. OLE color: 5733217.

HSL color Cylindrical-coordinate representation of color #617B57: hue angle of 103.33º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #617B57 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.52.

Color convert

RGB9712387-
CMYK0.2100.290.52
HSL103.33º17.14%41.18%-
HSV(B)103.33º29.27%48.24%-
XYZ13.7317.411.65-
YUV111.12114.39117.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.60%
GREEN value IS 123 (48.44% from 255) = 40.07%
BLUE value IS 87 (34.38% from 255) = 28.34%
R=31.60%
G=40.07%
B=28.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97123870.2100.290.52103.3317.1441.18
Hex617B571501D34671129
Octal14117312725035641472151
Binary11000011111011101011110101011101110100110011110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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