Shades of Axolotl #5F7256
Tints of Axolotl #5F7256
RGB
CMYK
RGB Variations
Color information
#5F7256 (or 0x5F7256) is known color: Axolotl. HEX triplet: 5F, 72 and 56. RGB value is (95,114,86). Sum of RGB (Red+Green+Blue) = 95+114+86=295 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.20% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 114 - color contains mainly: green. Hex color #5F7256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7256 is #A08DA9. Grayscale: #696969. Windows color (decimal): -10522026 or 5665375. OLE color: 5665375.
HSL color Cylindrical-coordinate representation of color #5F7256: hue angle of 100.71º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5F7256 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 114 | 86 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.55 |
| HSL | 100.71º | 0.14% | 0.39% | - |
| HSV(B) | 100.71º | 0.25% | 0.45% | - |
| XYZ | 12.42 | 15.14 | 11.07 | - |
| YUV | 105.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 114 | 86 | 0.17 | 0 | 0.25 | 0.55 | 100.71 | 0.14 | 0.39 |
| Hex | 5F | 72 | 56 | 11 | 0 | 19 | 37 | 65 | E | 27 |
| Octal | 137 | 162 | 126 | 21 | 0 | 31 | 67 | 145 | 16 | 47 |
| Binary | 1011111 | 1110010 | 1010110 | 10001 | 0 | 11001 | 110111 | 1100101 | 1110 | 100111 |
Color Harmonies of #5F7256
Complementary color
Monochromatic Colors of #5F7256
Black with #5F7256
Text Example
Text Example
White with #5F7256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7256; }
p { color: rgb(95,114,86); }
H1.HeaderClassName
{
color: #5F7256;
}
.AnyTagClassName
{
color: #5F7256;
}
</style>
background-color css
<style>
a { background-color: #5F7256; }
a { background-color: rgb(95,114,86); }
div.DivClassName
{
background-color: #5F7256;
}
.BgClassName
{
background-color: #5F7256;
}
</style>
border-color css
<style>
span { border-color: #5F7256; }
span { border-color: rgb(95,114,86); }
td.TdClassName
{
border-color: #5F7256;
}
.TagClassName
{
border-color: #5F7256;
}
</style>