#617658

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

Shades of Axolotl #617658

Tints of Axolotl #617658

Color information

#617658 (or 0x617658) is unknown color: approx Axolotl. HEX triplet: 61, 76 and 58. RGB value is (97,118,88). Sum of RGB (Red+Green+Blue) = 97+118+88=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 88 (34.77% from 255 or 29.04% from 303); Max value from RGB is 118 - color contains mainly: green. Hex color #617658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617658 is #9E89A7. Grayscale: #6C6C6C. Windows color (decimal): -10389928 or 5797473. OLE color: 5797473.

HSL color Cylindrical-coordinate representation of color #617658: hue angle of 102º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #617658 is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB9711888-
CMYK0.1800.250.54
HSL102º14.56%40.39%-
HSV(B)102º25.42%46.27%-
XYZ13.1716.211.67-
YUV108.3116.54119.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.01%
GREEN value IS 118 (46.48% from 255) = 38.94%
BLUE value IS 88 (34.77% from 255) = 29.04%
R=32.01%
G=38.94%
B=29.04%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal97118880.1800.250.5410214.5640.39
Hex617658120193666f28
Octal14116613022031661461750
Binary1100001111011010110001001001100111011011001101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617658; }

 p { color: rgb(97,118,88); }

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

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

 a { background-color: rgb(97,118,88); }

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

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

 span { border-color: rgb(97,118,88); }

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