Shades of Axolotl #617854
Tints of Axolotl #617854
RGB
CMYK
RGB Variations
Color information
#617854 (or 0x617854) is known color: Axolotl. HEX triplet: 61, 78 and 54. RGB value is (97,120,84). Sum of RGB (Red+Green+Blue) = 97+120+84=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 120 - color contains mainly: green. Hex color #617854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617854 is #9E87AB. Grayscale: #6D6D6D. Windows color (decimal): -10389420 or 5535841. OLE color: 5535841.
HSL color Cylindrical-coordinate representation of color #617854: hue angle of 98.33º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #617854 is Cyan = 0.19, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 120 | 84 | - |
| CMYK | 0.19 | 0 | 0.3 | 0.53 |
| HSL | 98.33º | 0.18% | 0.4% | - |
| HSV(B) | 98.33º | 0.3% | 0.47% | - |
| XYZ | 13.25 | 16.61 | 10.9 | - |
| YUV | 109.02 | 113.88 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 120 | 84 | 0.19 | 0 | 0.3 | 0.53 | 98.33 | 0.18 | 0.4 |
| Hex | 61 | 78 | 54 | 13 | 0 | 1E | 35 | 62 | 12 | 28 |
| Octal | 141 | 170 | 124 | 23 | 0 | 36 | 65 | 142 | 22 | 50 |
| Binary | 1100001 | 1111000 | 1010100 | 10011 | 0 | 11110 | 110101 | 1100010 | 10010 | 101000 |
Color Harmonies of #617854
Complementary color
Monochromatic Colors of #617854
Black with #617854
Text Example
Text Example
White with #617854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617854; }
p { color: rgb(97,120,84); }
H1.HeaderClassName
{
color: #617854;
}
.AnyTagClassName
{
color: #617854;
}
</style>
background-color css
<style>
a { background-color: #617854; }
a { background-color: rgb(97,120,84); }
div.DivClassName
{
background-color: #617854;
}
.BgClassName
{
background-color: #617854;
}
</style>
border-color css
<style>
span { border-color: #617854; }
span { border-color: rgb(97,120,84); }
td.TdClassName
{
border-color: #617854;
}
.TagClassName
{
border-color: #617854;
}
</style>