Shades of Axolotl #657D56
Tints of Axolotl #657D56
RGB
CMYK
RGB Variations
Color information
#657D56 (or 0x657D56) is known color: Axolotl. HEX triplet: 65, 7D and 56. RGB value is (101,125,86). Sum of RGB (Red+Green+Blue) = 101+125+86=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 125 - color contains mainly: green. Hex color #657D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657D56 is #9A82A9. Grayscale: #717171. Windows color (decimal): -10125994 or 5668197. OLE color: 5668197.
HSL color Cylindrical-coordinate representation of color #657D56: hue angle of 96.92º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #657D56 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 125 | 86 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.51 |
| HSL | 96.92º | 0.18% | 0.41% | - |
| HSV(B) | 96.92º | 0.31% | 0.49% | - |
| XYZ | 14.38 | 18.11 | 11.54 | - |
| YUV | 113.38 | 112.55 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 86 | 0.19 | 0 | 0.31 | 0.51 | 96.92 | 0.18 | 0.41 |
| Hex | 65 | 7D | 56 | 13 | 0 | 1F | 33 | 61 | 12 | 29 |
| Octal | 145 | 175 | 126 | 23 | 0 | 37 | 63 | 141 | 22 | 51 |
| Binary | 1100101 | 1111101 | 1010110 | 10011 | 0 | 11111 | 110011 | 1100001 | 10010 | 101001 |
Color Harmonies of #657D56
Complementary color
Monochromatic Colors of #657D56
Black with #657D56
Text Example
Text Example
White with #657D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657D56; }
p { color: rgb(101,125,86); }
H1.HeaderClassName
{
color: #657D56;
}
.AnyTagClassName
{
color: #657D56;
}
</style>
background-color css
<style>
a { background-color: #657D56; }
a { background-color: rgb(101,125,86); }
div.DivClassName
{
background-color: #657D56;
}
.BgClassName
{
background-color: #657D56;
}
</style>
border-color css
<style>
span { border-color: #657D56; }
span { border-color: rgb(101,125,86); }
td.TdClassName
{
border-color: #657D56;
}
.TagClassName
{
border-color: #657D56;
}
</style>