#617159

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

Shades of Axolotl #617159

Tints of Axolotl #617159

Color information

#617159 (or 0x617159) is unknown color: approx Axolotl. HEX triplet: 61, 71 and 59. RGB value is (97,113,89). Sum of RGB (Red+Green+Blue) = 97+113+89=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 113 - color contains mainly: green. Hex color #617159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617159 is #9E8EA6. Grayscale: #696969. Windows color (decimal): -10391207 or 5861729. OLE color: 5861729.

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

Color convert

RGB9711389-
CMYK0.1400.210.56
HSL100º11.88%39.61%-
HSV(B)100º21.24%44.31%-
XYZ12.6415.0711.69-
YUV105.48118.7121.95-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.44%
GREEN value IS 113 (44.53% from 255) = 37.79%
BLUE value IS 89 (35.16% from 255) = 29.77%
R=32.44%
G=37.79%
B=29.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97113890.1400.210.5610011.8839.61
Hex617159E0153864c28
Octal14116113116025701441450
Binary110000111100011011001111001010111100011001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617159; }

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

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

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

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

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

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

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

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