#617856

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

Shades of Axolotl #617856

Tints of Axolotl #617856

Color information

#617856 (or 0x617856) is unknown color: approx Axolotl. HEX triplet: 61, 78 and 56. RGB value is (97,120,86). Sum of RGB (Red+Green+Blue) = 97+120+86=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 120 - color contains mainly: green. Hex color #617856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617856 is #9E87A9. Grayscale: #6D6D6D. Windows color (decimal): -10389418 or 5666913. OLE color: 5666913.

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

Color convert

RGB9712086-
CMYK0.1900.280.53
HSL100.59º16.5%40.39%-
HSV(B)100.59º28.33%47.06%-
XYZ13.3316.6511.31-
YUV109.25114.88119.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.01%
GREEN value IS 120 (47.27% from 255) = 39.60%
BLUE value IS 86 (33.98% from 255) = 28.38%
R=32.01%
G=39.60%
B=28.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97120860.1900.280.53100.5916.540.39
Hex6178561301C35651128
Octal14117012623034651452150
Binary11000011111000101011010011011100110101110010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617856; }

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

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

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

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

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

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

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

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