Shades of Axolotl #617855
Tints of Axolotl #617855
RGB
CMYK
RGB Variations
Color information
#617855 (or 0x617855) is known color: Axolotl. HEX triplet: 61, 78 and 55. RGB value is (97,120,85). Sum of RGB (Red+Green+Blue) = 97+120+85=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 120 - color contains mainly: green. Hex color #617855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617855 is #9E87AA. Grayscale: #6D6D6D. Windows color (decimal): -10389419 or 5601377. OLE color: 5601377.
HSL color Cylindrical-coordinate representation of color #617855: hue angle of 99.43º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #617855 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 120 | 85 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.53 |
| HSL | 99.43º | 0.17% | 0.4% | - |
| HSV(B) | 99.43º | 0.29% | 0.47% | - |
| XYZ | 13.29 | 16.63 | 11.1 | - |
| YUV | 109.13 | 114.38 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 120 | 85 | 0.19 | 0 | 0.29 | 0.53 | 99.43 | 0.17 | 0.4 |
| Hex | 61 | 78 | 55 | 13 | 0 | 1D | 35 | 63 | 11 | 28 |
| Octal | 141 | 170 | 125 | 23 | 0 | 35 | 65 | 143 | 21 | 50 |
| Binary | 1100001 | 1111000 | 1010101 | 10011 | 0 | 11101 | 110101 | 1100011 | 10001 | 101000 |
Color Harmonies of #617855
Complementary color
Monochromatic Colors of #617855
Black with #617855
Text Example
Text Example
White with #617855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617855; }
p { color: rgb(97,120,85); }
H1.HeaderClassName
{
color: #617855;
}
.AnyTagClassName
{
color: #617855;
}
</style>
background-color css
<style>
a { background-color: #617855; }
a { background-color: rgb(97,120,85); }
div.DivClassName
{
background-color: #617855;
}
.BgClassName
{
background-color: #617855;
}
</style>
border-color css
<style>
span { border-color: #617855; }
span { border-color: rgb(97,120,85); }
td.TdClassName
{
border-color: #617855;
}
.TagClassName
{
border-color: #617855;
}
</style>