Shades of Axolotl #657E55
Tints of Axolotl #657E55
RGB
CMYK
RGB Variations
Color information
#657E55 (or 0x657E55) is known color: Axolotl. HEX triplet: 65, 7E and 55. RGB value is (101,126,85). Sum of RGB (Red+Green+Blue) = 101+126+85=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 85 (33.59% from 255 or 27.24% from 312); Max value from RGB is 126 - color contains mainly: green. Hex color #657E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657E55 is #9A81AA. Grayscale: #717171. Windows color (decimal): -10125739 or 5602917. OLE color: 5602917.
HSL color Cylindrical-coordinate representation of color #657E55: hue angle of 96.59º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #657E55 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 126 | 85 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.51 |
| HSL | 96.59º | 0.19% | 0.41% | - |
| HSV(B) | 96.59º | 0.33% | 0.49% | - |
| XYZ | 14.47 | 18.34 | 11.37 | - |
| YUV | 113.85 | 111.72 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 85 | 0.20 | 0 | 0.33 | 0.51 | 96.59 | 0.19 | 0.41 |
| Hex | 65 | 7E | 55 | 14 | 0 | 21 | 33 | 61 | 13 | 29 |
| Octal | 145 | 176 | 125 | 24 | 0 | 41 | 63 | 141 | 23 | 51 |
| Binary | 1100101 | 1111110 | 1010101 | 10100 | 0 | 100001 | 110011 | 1100001 | 10011 | 101001 |
Color Harmonies of #657E55
Complementary color
Monochromatic Colors of #657E55
Black with #657E55
Text Example
Text Example
White with #657E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657E55; }
p { color: rgb(101,126,85); }
H1.HeaderClassName
{
color: #657E55;
}
.AnyTagClassName
{
color: #657E55;
}
</style>
background-color css
<style>
a { background-color: #657E55; }
a { background-color: rgb(101,126,85); }
div.DivClassName
{
background-color: #657E55;
}
.BgClassName
{
background-color: #657E55;
}
</style>
border-color css
<style>
span { border-color: #657E55; }
span { border-color: rgb(101,126,85); }
td.TdClassName
{
border-color: #657E55;
}
.TagClassName
{
border-color: #657E55;
}
</style>