#617257

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

Shades of Axolotl #617257

Tints of Axolotl #617257

Color information

#617257 (or 0x617257) is unknown color: approx Axolotl. HEX triplet: 61, 72 and 57. RGB value is (97,114,87). Sum of RGB (Red+Green+Blue) = 97+114+87=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 114 (44.92% from 255 or 38.26% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 114 - color contains mainly: green. Hex color #617257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617257 is #9E8DA8. Grayscale: #696969. Windows color (decimal): -10390953 or 5730913. OLE color: 5730913.

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

Color convert

RGB9711487-
CMYK0.1500.240.55
HSL97.78º13.43%39.41%-
HSV(B)97.78º23.68%44.71%-
XYZ12.6715.2611.3-
YUV105.84117.37121.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.55%
GREEN value IS 114 (44.92% from 255) = 38.26%
BLUE value IS 87 (34.38% from 255) = 29.19%
R=32.55%
G=38.26%
B=29.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97114870.1500.240.5597.7813.4339.41
Hex617257F0183762d27
Octal14116212717030671421547
Binary110000111100101010111111101100011011111000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617257; }

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

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

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

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

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

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

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

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