#616E5B

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

Shades of Axolotl #616E5B

Tints of Axolotl #616E5B

Color information

#616E5B (or 0x616E5B) is unknown color: approx Axolotl. HEX triplet: 61, 6E and 5B. RGB value is (97,110,91). Sum of RGB (Red+Green+Blue) = 97+110+91=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 110 - color contains mainly: green. Hex color #616E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616E5B is #9E91A4. Grayscale: #686868. Windows color (decimal): -10391973 or 5992033. OLE color: 5992033.

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

Color convert

RGB9711091-
CMYK0.1200.170.57
HSL101.05º9.45%39.41%-
HSV(B)101.05º17.27%43.14%-
XYZ12.3914.4512.03-
YUV103.95120.69123.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.55%
GREEN value IS 110 (43.36% from 255) = 36.91%
BLUE value IS 91 (35.94% from 255) = 30.54%
R=32.55%
G=36.91%
B=30.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal97110910.1200.170.57101.059.4539.41
Hex616E5BC0113965927
Octal14115613314021711451147
Binary110000111011101011011110001000111100111001011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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