#617A53

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

Shades of Axolotl #617A53

Tints of Axolotl #617A53

Color information

#617A53 (or 0x617A53) is unknown color: approx Axolotl. HEX triplet: 61, 7A and 53. RGB value is (97,122,83). Sum of RGB (Red+Green+Blue) = 97+122+83=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 122 - color contains mainly: green. Hex color #617A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617A53 is #9E85AC. Grayscale: #6E6E6E. Windows color (decimal): -10388909 or 5470817. OLE color: 5470817.

HSL color Cylindrical-coordinate representation of color #617A53: hue angle of 98.46º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #617A53 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.

Color convert

RGB9712283-
CMYK0.2000.320.52
HSL98.46º19.02%40.2%-
HSV(B)98.46º31.97%47.84%-
XYZ13.4517.0810.77-
YUV110.08112.72118.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.12%
GREEN value IS 122 (48.05% from 255) = 40.40%
BLUE value IS 83 (32.81% from 255) = 27.48%
R=32.12%
G=40.40%
B=27.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97122830.2000.320.5298.4619.0240.2
Hex617A531402034621328
Octal14117212324040641422350
Binary110000111110101010011101000100000110100110001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617A53; }

 p { color: rgb(97,122,83); }

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

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

 a { background-color: rgb(97,122,83); }

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

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

 span { border-color: rgb(97,122,83); }

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