#617656

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

Shades of Axolotl #617656

Tints of Axolotl #617656

Color information

#617656 (or 0x617656) is unknown color: approx Axolotl. HEX triplet: 61, 76 and 56. RGB value is (97,118,86). Sum of RGB (Red+Green+Blue) = 97+118+86=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 118 - color contains mainly: green. Hex color #617656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617656 is #9E89A9. Grayscale: #6C6C6C. Windows color (decimal): -10389930 or 5666401. OLE color: 5666401.

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

Color convert

RGB9711886-
CMYK0.1800.270.54
HSL99.38º15.69%40%-
HSV(B)99.38º27.12%46.27%-
XYZ13.0916.1711.24-
YUV108.07115.54120.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.23%
GREEN value IS 118 (46.48% from 255) = 39.20%
BLUE value IS 86 (33.98% from 255) = 28.57%
R=32.23%
G=39.20%
B=28.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97118860.1800.270.5499.3815.6940
Hex6176561201B36631028
Octal14116612622033661432050
Binary11000011110110101011010010011011110110110001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617656; }

 p { color: rgb(97,118,86); }

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

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

 a { background-color: rgb(97,118,86); }

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

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

 span { border-color: rgb(97,118,86); }

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