#617C56

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

Shades of Axolotl #617C56

Tints of Axolotl #617C56

Color information

#617C56 (or 0x617C56) is unknown color: approx Axolotl. HEX triplet: 61, 7C and 56. RGB value is (97,124,86). Sum of RGB (Red+Green+Blue) = 97+124+86=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 124 - color contains mainly: green. Hex color #617C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617C56 is #9E83A9. Grayscale: #6F6F6F. Windows color (decimal): -10388394 or 5667937. OLE color: 5667937.

HSL color Cylindrical-coordinate representation of color #617C56: hue angle of 102.63º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #617C56 is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB9712486-
CMYK0.2200.310.51
HSL102.63º18.1%41.18%-
HSV(B)102.63º30.65%48.63%-
XYZ13.8217.6311.48-
YUV111.6113.55117.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.60%
GREEN value IS 124 (48.83% from 255) = 40.39%
BLUE value IS 86 (33.98% from 255) = 28.01%
R=31.60%
G=40.39%
B=28.01%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal97124860.2200.310.51102.6318.141.18
Hex617C561601F33671229
Octal14117412626037631472251
Binary11000011111100101011010110011111110011110011110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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