Shades of Axolotl #5F7751
Tints of Axolotl #5F7751
RGB
CMYK
RGB Variations
Color information
#5F7751 (or 0x5F7751) is known color: Axolotl. HEX triplet: 5F, 77 and 51. RGB value is (95,119,81). Sum of RGB (Red+Green+Blue) = 95+119+81=295 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.20% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #5F7751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7751 is #A088AE. Grayscale: #6B6B6B. Windows color (decimal): -10520751 or 5338975. OLE color: 5338975.
HSL color Cylindrical-coordinate representation of color #5F7751: hue angle of 97.89º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F7751 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 119 | 81 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.53 |
| HSL | 97.89º | 0.19% | 0.39% | - |
| HSV(B) | 97.89º | 0.32% | 0.47% | - |
| XYZ | 12.8 | 16.22 | 10.24 | - |
| YUV | 107.49 | 113.05 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 119 | 81 | 0.20 | 0 | 0.32 | 0.53 | 97.89 | 0.19 | 0.39 |
| Hex | 5F | 77 | 51 | 14 | 0 | 20 | 35 | 62 | 13 | 27 |
| Octal | 137 | 167 | 121 | 24 | 0 | 40 | 65 | 142 | 23 | 47 |
| Binary | 1011111 | 1110111 | 1010001 | 10100 | 0 | 100000 | 110101 | 1100010 | 10011 | 100111 |
Color Harmonies of #5F7751
Complementary color
Monochromatic Colors of #5F7751
Black with #5F7751
Text Example
Text Example
White with #5F7751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7751; }
p { color: rgb(95,119,81); }
H1.HeaderClassName
{
color: #5F7751;
}
.AnyTagClassName
{
color: #5F7751;
}
</style>
background-color css
<style>
a { background-color: #5F7751; }
a { background-color: rgb(95,119,81); }
div.DivClassName
{
background-color: #5F7751;
}
.BgClassName
{
background-color: #5F7751;
}
</style>
border-color css
<style>
span { border-color: #5F7751; }
span { border-color: rgb(95,119,81); }
td.TdClassName
{
border-color: #5F7751;
}
.TagClassName
{
border-color: #5F7751;
}
</style>