Shades of Axolotl #5F7156
Tints of Axolotl #5F7156
RGB
CMYK
RGB Variations
Color information
#5F7156 (or 0x5F7156) is known color: Axolotl. HEX triplet: 5F, 71 and 56. RGB value is (95,113,86). Sum of RGB (Red+Green+Blue) = 95+113+86=294 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.31% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 86 (33.98% from 255 or 29.25% from 294); Max value from RGB is 113 - color contains mainly: green. Hex color #5F7156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7156 is #A08EA9. Grayscale: #686868. Windows color (decimal): -10522282 or 5665119. OLE color: 5665119.
HSL color Cylindrical-coordinate representation of color #5F7156: hue angle of 100º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5F7156 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 95 | 113 | 86 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.56 |
| HSL | 100º | 0.14% | 0.39% | - |
| HSV(B) | 100º | 0.24% | 0.44% | - |
| XYZ | 12.3 | 14.92 | 11.03 | - |
| YUV | 104.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 113 | 86 | 0.16 | 0 | 0.24 | 0.56 | 100 | 0.14 | 0.39 |
| Hex | 5F | 71 | 56 | 10 | 0 | 18 | 38 | 64 | E | 27 |
| Octal | 137 | 161 | 126 | 20 | 0 | 30 | 70 | 144 | 16 | 47 |
| Binary | 1011111 | 1110001 | 1010110 | 10000 | 0 | 11000 | 111000 | 1100100 | 1110 | 100111 |
Color Harmonies of #5F7156
Complementary color
Monochromatic Colors of #5F7156
Black with #5F7156
Text Example
Text Example
White with #5F7156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7156; }
p { color: rgb(95,113,86); }
H1.HeaderClassName
{
color: #5F7156;
}
.AnyTagClassName
{
color: #5F7156;
}
</style>
background-color css
<style>
a { background-color: #5F7156; }
a { background-color: rgb(95,113,86); }
div.DivClassName
{
background-color: #5F7156;
}
.BgClassName
{
background-color: #5F7156;
}
</style>
border-color css
<style>
span { border-color: #5F7156; }
span { border-color: rgb(95,113,86); }
td.TdClassName
{
border-color: #5F7156;
}
.TagClassName
{
border-color: #5F7156;
}
</style>