#617156

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

Shades of Axolotl #617156

Tints of Axolotl #617156

Color information

#617156 (or 0x617156) is unknown color: approx Axolotl. HEX triplet: 61, 71 and 56. RGB value is (97,113,86). Sum of RGB (Red+Green+Blue) = 97+113+86=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 86 (33.98% from 255 or 29.05% from 296); Max value from RGB is 113 - color contains mainly: green. Hex color #617156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617156 is #9E8EA9. Grayscale: #696969. Windows color (decimal): -10391210 or 5665121. OLE color: 5665121.

HSL color Cylindrical-coordinate representation of color #617156: hue angle of 95.56º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #617156 is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.

Color convert

RGB9711386-
CMYK0.1400.240.56
HSL95.56º13.57%39.02%-
HSV(B)95.56º23.89%44.31%-
XYZ12.5115.0211.04-
YUV105.14117.2122.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.77%
GREEN value IS 113 (44.53% from 255) = 38.18%
BLUE value IS 86 (33.98% from 255) = 29.05%
R=32.77%
G=38.18%
B=29.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97113860.1400.240.5695.5613.5739.02
Hex617156E0183860e27
Octal14116112616030701401647
Binary110000111100011010110111001100011100011000001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617156; }

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

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

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

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

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

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

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

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