Shades of Axolotl #616F57
Tints of Axolotl #616F57
RGB
CMYK
RGB Variations
Color information
#616F57 (or 0x616F57) is known color: Axolotl. HEX triplet: 61, 6F and 57. RGB value is (97,111,87). Sum of RGB (Red+Green+Blue) = 97+111+87=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 87 (34.38% from 255 or 29.49% from 295); Max value from RGB is 111 - color contains mainly: green. Hex color #616F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616F57 is #9E90A8. Grayscale: #686868. Windows color (decimal): -10391721 or 5730145. OLE color: 5730145.
HSL color Cylindrical-coordinate representation of color #616F57: hue angle of 95º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #616F57 is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 111 | 87 | - |
| CMYK | 0.13 | 0 | 0.22 | 0.56 |
| HSL | 95º | 0.12% | 0.39% | - |
| HSV(B) | 95º | 0.22% | 0.44% | - |
| XYZ | 12.33 | 14.6 | 11.18 | - |
| YUV | 104.08 | 118.36 | 122.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 87 | 0.13 | 0 | 0.22 | 0.56 | 95 | 0.12 | 0.39 |
| Hex | 61 | 6F | 57 | D | 0 | 16 | 38 | 5F | C | 27 |
| Octal | 141 | 157 | 127 | 15 | 0 | 26 | 70 | 137 | 14 | 47 |
| Binary | 1100001 | 1101111 | 1010111 | 1101 | 0 | 10110 | 111000 | 1011111 | 1100 | 100111 |
Color Harmonies of #616F57
Complementary color
Monochromatic Colors of #616F57
Black with #616F57
Text Example
Text Example
White with #616F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616F57; }
p { color: rgb(97,111,87); }
H1.HeaderClassName
{
color: #616F57;
}
.AnyTagClassName
{
color: #616F57;
}
</style>
background-color css
<style>
a { background-color: #616F57; }
a { background-color: rgb(97,111,87); }
div.DivClassName
{
background-color: #616F57;
}
.BgClassName
{
background-color: #616F57;
}
</style>
border-color css
<style>
span { border-color: #616F57; }
span { border-color: rgb(97,111,87); }
td.TdClassName
{
border-color: #616F57;
}
.TagClassName
{
border-color: #616F57;
}
</style>