Shades of Axolotl #657E56
Tints of Axolotl #657E56
RGB
CMYK
RGB Variations
Color information
#657E56 (or 0x657E56) is known color: Axolotl. HEX triplet: 65, 7E and 56. RGB value is (101,126,86). Sum of RGB (Red+Green+Blue) = 101+126+86=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 126 - color contains mainly: green. Hex color #657E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657E56 is #9A81A9. Grayscale: #727272. Windows color (decimal): -10125738 or 5668453. OLE color: 5668453.
HSL color Cylindrical-coordinate representation of color #657E56: hue angle of 97.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #657E56 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 126 | 86 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.51 |
| HSL | 97.5º | 0.19% | 0.42% | - |
| HSV(B) | 97.5º | 0.32% | 0.49% | - |
| XYZ | 14.51 | 18.36 | 11.58 | - |
| YUV | 113.97 | 112.22 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 86 | 0.20 | 0 | 0.32 | 0.51 | 97.5 | 0.19 | 0.42 |
| Hex | 65 | 7E | 56 | 14 | 0 | 20 | 33 | 62 | 13 | 2A |
| Octal | 145 | 176 | 126 | 24 | 0 | 40 | 63 | 142 | 23 | 52 |
| Binary | 1100101 | 1111110 | 1010110 | 10100 | 0 | 100000 | 110011 | 1100010 | 10011 | 101010 |
Color Harmonies of #657E56
Complementary color
Monochromatic Colors of #657E56
Black with #657E56
Text Example
Text Example
White with #657E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657E56; }
p { color: rgb(101,126,86); }
H1.HeaderClassName
{
color: #657E56;
}
.AnyTagClassName
{
color: #657E56;
}
</style>
background-color css
<style>
a { background-color: #657E56; }
a { background-color: rgb(101,126,86); }
div.DivClassName
{
background-color: #657E56;
}
.BgClassName
{
background-color: #657E56;
}
</style>
border-color css
<style>
span { border-color: #657E56; }
span { border-color: rgb(101,126,86); }
td.TdClassName
{
border-color: #657E56;
}
.TagClassName
{
border-color: #657E56;
}
</style>