#617255

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

Shades of Axolotl #617255

Tints of Axolotl #617255

Color information

#617255 (or 0x617255) is unknown color: approx Axolotl. HEX triplet: 61, 72 and 55. RGB value is (97,114,85). Sum of RGB (Red+Green+Blue) = 97+114+85=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 114 - color contains mainly: green. Hex color #617255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617255 is #9E8DAA. Grayscale: #696969. Windows color (decimal): -10390955 or 5599841. OLE color: 5599841.

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

Color convert

RGB9711485-
CMYK0.1500.250.55
HSL95.17º14.57%39.02%-
HSV(B)95.17º25.44%44.71%-
XYZ12.5915.2310.87-
YUV105.61116.37121.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.77%
GREEN value IS 114 (44.92% from 255) = 38.51%
BLUE value IS 85 (33.59% from 255) = 28.72%
R=32.77%
G=38.51%
B=28.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97114850.1500.250.5595.1714.5739.02
Hex617255F019375ff27
Octal14116212517031671371747
Binary110000111100101010101111101100111011110111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617255; }

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

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

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

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

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

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

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

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