#616E58

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

Shades of Axolotl #616E58

Tints of Axolotl #616E58

Color information

#616E58 (or 0x616E58) is unknown color: approx Axolotl. HEX triplet: 61, 6E and 58. RGB value is (97,110,88). Sum of RGB (Red+Green+Blue) = 97+110+88=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 110 (43.36% from 255 or 37.29% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 110 - color contains mainly: green. Hex color #616E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616E58 is #9E91A7. Grayscale: #676767. Windows color (decimal): -10391976 or 5795425. OLE color: 5795425.

HSL color Cylindrical-coordinate representation of color #616E58: hue angle of 95.45º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #616E58 is Cyan = 0.12, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.57.

Color convert

RGB9711088-
CMYK0.1200.20.57
HSL95.45º11.11%38.82%-
HSV(B)95.45º20%43.14%-
XYZ12.2714.411.37-
YUV103.6119.19123.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.88%
GREEN value IS 110 (43.36% from 255) = 37.29%
BLUE value IS 88 (34.77% from 255) = 29.83%
R=32.88%
G=37.29%
B=29.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal97110880.1200.20.5795.4511.1138.82
Hex616E58C014395fb27
Octal14115613014024711371347
Binary110000111011101011000110001010011100110111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616E58; }

 p { color: rgb(97,110,88); }

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

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

 a { background-color: rgb(97,110,88); }

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

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

 span { border-color: rgb(97,110,88); }

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