#617956

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

Shades of Axolotl #617956

Tints of Axolotl #617956

Color information

#617956 (or 0x617956) is unknown color: approx Axolotl. HEX triplet: 61, 79 and 56. RGB value is (97,121,86). Sum of RGB (Red+Green+Blue) = 97+121+86=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 121 (47.66% from 255 or 39.80% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 121 - color contains mainly: green. Hex color #617956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617956 is #9E86A9. Grayscale: #6D6D6D. Windows color (decimal): -10389162 or 5667169. OLE color: 5667169.

HSL color Cylindrical-coordinate representation of color #617956: hue angle of 101.14º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #617956 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.

Color convert

RGB9712186-
CMYK0.2000.290.53
HSL101.14º16.91%40.59%-
HSV(B)101.14º28.93%47.45%-
XYZ13.4516.8911.36-
YUV109.83114.55118.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.91%
GREEN value IS 121 (47.66% from 255) = 39.80%
BLUE value IS 86 (33.98% from 255) = 28.29%
R=31.91%
G=39.80%
B=28.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97121860.2000.290.53101.1416.9140.59
Hex6179561401D35651129
Octal14117112624035651452151
Binary11000011111001101011010100011101110101110010110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617956; }

 p { color: rgb(97,121,86); }

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

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

 a { background-color: rgb(97,121,86); }

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

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

 span { border-color: rgb(97,121,86); }

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