#617B54

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

Shades of Axolotl #617B54

Tints of Axolotl #617B54

Color information

#617B54 (or 0x617B54) is unknown color: approx Axolotl. HEX triplet: 61, 7B and 54. RGB value is (97,123,84). Sum of RGB (Red+Green+Blue) = 97+123+84=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 84 (33.20% from 255 or 27.63% from 304); Max value from RGB is 123 - color contains mainly: green. Hex color #617B54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617B54 is #9E84AB. Grayscale: #6E6E6E. Windows color (decimal): -10388652 or 5536609. OLE color: 5536609.

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

Color convert

RGB9712384-
CMYK0.2100.320.52
HSL100º18.84%40.59%-
HSV(B)100º31.71%48.24%-
XYZ13.6117.3511.02-
YUV110.78112.89118.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.91%
GREEN value IS 123 (48.44% from 255) = 40.46%
BLUE value IS 84 (33.20% from 255) = 27.63%
R=31.91%
G=40.46%
B=27.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97123840.2100.320.5210018.8440.59
Hex617B541502034641329
Octal14117312425040641442351
Binary110000111110111010100101010100000110100110010010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,123,84); }

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

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

 a { background-color: rgb(97,123,84); }

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

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

 span { border-color: rgb(97,123,84); }

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