#617457

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

Shades of Axolotl #617457

Tints of Axolotl #617457

Color information

#617457 (or 0x617457) is unknown color: approx Axolotl. HEX triplet: 61, 74 and 57. RGB value is (97,116,87). Sum of RGB (Red+Green+Blue) = 97+116+87=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 116 - color contains mainly: green. Hex color #617457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617457 is #9E8BA8. Grayscale: #6B6B6B. Windows color (decimal): -10390441 or 5731425. OLE color: 5731425.

HSL color Cylindrical-coordinate representation of color #617457: hue angle of 99.31º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #617457 is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB9711687-
CMYK0.1600.250.55
HSL99.31º14.29%39.8%-
HSV(B)99.31º25%45.49%-
XYZ12.915.7211.37-
YUV107.01116.71120.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.33%
GREEN value IS 116 (45.70% from 255) = 38.67%
BLUE value IS 87 (34.38% from 255) = 29%
R=32.33%
G=38.67%
B=29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97116870.1600.250.5599.3114.2939.8
Hex617457100193763e28
Octal14116412720031671431650
Binary1100001111010010101111000001100111011111000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617457; }

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

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

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

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

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

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

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

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