#617455

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

Shades of Axolotl #617455

Tints of Axolotl #617455

Color information

#617455 (or 0x617455) is unknown color: approx Axolotl. HEX triplet: 61, 74 and 55. RGB value is (97,116,85). Sum of RGB (Red+Green+Blue) = 97+116+85=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 116 - color contains mainly: green. Hex color #617455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617455 is #9E8BAA. Grayscale: #6A6A6A. Windows color (decimal): -10390443 or 5600353. OLE color: 5600353.

HSL color Cylindrical-coordinate representation of color #617455: hue angle of 96.77º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #617455 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB9711685-
CMYK0.1600.270.55
HSL96.77º15.42%39.41%-
HSV(B)96.77º26.72%45.49%-
XYZ12.8115.6910.95-
YUV106.78115.71121.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.55%
GREEN value IS 116 (45.70% from 255) = 38.93%
BLUE value IS 85 (33.59% from 255) = 28.52%
R=32.55%
G=38.93%
B=28.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97116850.1600.270.5596.7715.4239.41
Hex6174551001B3761f27
Octal14116412520033671411747
Binary1100001111010010101011000001101111011111000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617455; }

 p { color: rgb(97,116,85); }

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

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

 a { background-color: rgb(97,116,85); }

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

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

 span { border-color: rgb(97,116,85); }

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