Shades of Axolotl #616D59
Tints of Axolotl #616D59
RGB
CMYK
RGB Variations
Color information
#616D59 (or 0x616D59) is known color: Axolotl. HEX triplet: 61, 6D and 59. RGB value is (97,109,89). Sum of RGB (Red+Green+Blue) = 97+109+89=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 109 - color contains mainly: green. Hex color #616D59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616D59 is #9E92A6. Grayscale: #676767. Windows color (decimal): -10392231 or 5860705. OLE color: 5860705.
HSL color Cylindrical-coordinate representation of color #616D59: hue angle of 96º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #616D59 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 109 | 89 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.57 |
| HSL | 96º | 0.1% | 0.39% | - |
| HSV(B) | 96º | 0.18% | 0.43% | - |
| XYZ | 12.2 | 14.2 | 11.55 | - |
| YUV | 103.13 | 120.02 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 89 | 0.11 | 0 | 0.18 | 0.57 | 96 | 0.1 | 0.39 |
| Hex | 61 | 6D | 59 | B | 0 | 12 | 39 | 60 | A | 27 |
| Octal | 141 | 155 | 131 | 13 | 0 | 22 | 71 | 140 | 12 | 47 |
| Binary | 1100001 | 1101101 | 1011001 | 1011 | 0 | 10010 | 111001 | 1100000 | 1010 | 100111 |
Color Harmonies of #616D59
Complementary color
Monochromatic Colors of #616D59
Black with #616D59
Text Example
Text Example
White with #616D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616D59; }
p { color: rgb(97,109,89); }
H1.HeaderClassName
{
color: #616D59;
}
.AnyTagClassName
{
color: #616D59;
}
</style>
background-color css
<style>
a { background-color: #616D59; }
a { background-color: rgb(97,109,89); }
div.DivClassName
{
background-color: #616D59;
}
.BgClassName
{
background-color: #616D59;
}
</style>
border-color css
<style>
span { border-color: #616D59; }
span { border-color: rgb(97,109,89); }
td.TdClassName
{
border-color: #616D59;
}
.TagClassName
{
border-color: #616D59;
}
</style>