Shades of Axolotl #616F5B
Tints of Axolotl #616F5B
RGB
CMYK
RGB Variations
Color information
#616F5B (or 0x616F5B) is known color: Axolotl. HEX triplet: 61, 6F and 5B. RGB value is (97,111,91). Sum of RGB (Red+Green+Blue) = 97+111+91=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 111 (43.75% from 255 or 37.12% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 111 - color contains mainly: green. Hex color #616F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616F5B is #9E90A4. Grayscale: #686868. Windows color (decimal): -10391717 or 5992289. OLE color: 5992289.
HSL color Cylindrical-coordinate representation of color #616F5B: hue angle of 102º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #616F5B is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 111 | 91 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.56 |
| HSL | 102º | 0.1% | 0.4% | - |
| HSV(B) | 102º | 0.18% | 0.44% | - |
| XYZ | 12.5 | 14.67 | 12.07 | - |
| YUV | 104.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 91 | 0.13 | 0 | 0.18 | 0.56 | 102 | 0.1 | 0.4 |
| Hex | 61 | 6F | 5B | D | 0 | 12 | 38 | 66 | A | 28 |
| Octal | 141 | 157 | 133 | 15 | 0 | 22 | 70 | 146 | 12 | 50 |
| Binary | 1100001 | 1101111 | 1011011 | 1101 | 0 | 10010 | 111000 | 1100110 | 1010 | 101000 |
Color Harmonies of #616F5B
Complementary color
Monochromatic Colors of #616F5B
Black with #616F5B
Text Example
Text Example
White with #616F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616F5B; }
p { color: rgb(97,111,91); }
H1.HeaderClassName
{
color: #616F5B;
}
.AnyTagClassName
{
color: #616F5B;
}
</style>
background-color css
<style>
a { background-color: #616F5B; }
a { background-color: rgb(97,111,91); }
div.DivClassName
{
background-color: #616F5B;
}
.BgClassName
{
background-color: #616F5B;
}
</style>
border-color css
<style>
span { border-color: #616F5B; }
span { border-color: rgb(97,111,91); }
td.TdClassName
{
border-color: #616F5B;
}
.TagClassName
{
border-color: #616F5B;
}
</style>