#617259

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

Shades of Axolotl #617259

Tints of Axolotl #617259

Color information

#617259 (or 0x617259) is unknown color: approx Axolotl. HEX triplet: 61, 72 and 59. RGB value is (97,114,89). Sum of RGB (Red+Green+Blue) = 97+114+89=300 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.33% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 114 - color contains mainly: green. Hex color #617259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617259 is #9E8DA6. Grayscale: #6A6A6A. Windows color (decimal): -10390951 or 5861985. OLE color: 5861985.

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

Color convert

RGB9711489-
CMYK0.1500.220.55
HSL100.8º12.32%39.8%-
HSV(B)100.8º21.93%44.71%-
XYZ12.7515.311.73-
YUV106.07118.37121.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.33%
GREEN value IS 114 (44.92% from 255) = 38%
BLUE value IS 89 (35.16% from 255) = 29.67%
R=32.33%
G=38%
B=29.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97114890.1500.220.55100.812.3239.8
Hex617259F0163765c28
Octal14116213117026671451450
Binary110000111100101011001111101011011011111001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617259; }

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

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

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

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

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

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

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

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