#617158

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

Shades of Axolotl #617158

Tints of Axolotl #617158

Color information

#617158 (or 0x617158) is unknown color: approx Axolotl. HEX triplet: 61, 71 and 58. RGB value is (97,113,88). Sum of RGB (Red+Green+Blue) = 97+113+88=298 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.55% from 298); Green value is 113 (44.53% from 255 or 37.92% from 298); Blue value is 88 (34.77% from 255 or 29.53% from 298); Max value from RGB is 113 - color contains mainly: green. Hex color #617158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617158 is #9E8EA7. Grayscale: #696969. Windows color (decimal): -10391208 or 5796193. OLE color: 5796193.

HSL color Cylindrical-coordinate representation of color #617158: hue angle of 98.4º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #617158 is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB9711388-
CMYK0.1400.220.56
HSL98.4º12.44%39.41%-
HSV(B)98.4º22.12%44.31%-
XYZ12.615.0611.47-
YUV105.37118.2122.03-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.55%
GREEN value IS 113 (44.53% from 255) = 37.92%
BLUE value IS 88 (34.77% from 255) = 29.53%
R=32.55%
G=37.92%
B=29.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal97113880.1400.220.5698.412.4439.41
Hex617158E0163862c27
Octal14116113016026701421447
Binary110000111100011011000111001011011100011000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617158; }

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

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

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

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

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

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

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

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