Shades of Axolotl #657C59
Tints of Axolotl #657C59
RGB
CMYK
RGB Variations
Color information
#657C59 (or 0x657C59) is known color: Axolotl. HEX triplet: 65, 7C and 59. RGB value is (101,124,89). Sum of RGB (Red+Green+Blue) = 101+124+89=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 124 - color contains mainly: green. Hex color #657C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657C59 is #9A83A6. Grayscale: #717171. Windows color (decimal): -10126247 or 5864549. OLE color: 5864549.
HSL color Cylindrical-coordinate representation of color #657C59: hue angle of 99.43º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #657C59 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 124 | 89 | - |
| CMYK | 0.19 | 0 | 0.28 | 0.51 |
| HSL | 99.43º | 0.16% | 0.42% | - |
| HSV(B) | 99.43º | 0.28% | 0.49% | - |
| XYZ | 14.38 | 17.9 | 12.15 | - |
| YUV | 113.13 | 114.38 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 124 | 89 | 0.19 | 0 | 0.28 | 0.51 | 99.43 | 0.16 | 0.42 |
| Hex | 65 | 7C | 59 | 13 | 0 | 1C | 33 | 63 | 10 | 2A |
| Octal | 145 | 174 | 131 | 23 | 0 | 34 | 63 | 143 | 20 | 52 |
| Binary | 1100101 | 1111100 | 1011001 | 10011 | 0 | 11100 | 110011 | 1100011 | 10000 | 101010 |
Color Harmonies of #657C59
Complementary color
Monochromatic Colors of #657C59
Black with #657C59
Text Example
Text Example
White with #657C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657C59; }
p { color: rgb(101,124,89); }
H1.HeaderClassName
{
color: #657C59;
}
.AnyTagClassName
{
color: #657C59;
}
</style>
background-color css
<style>
a { background-color: #657C59; }
a { background-color: rgb(101,124,89); }
div.DivClassName
{
background-color: #657C59;
}
.BgClassName
{
background-color: #657C59;
}
</style>
border-color css
<style>
span { border-color: #657C59; }
span { border-color: rgb(101,124,89); }
td.TdClassName
{
border-color: #657C59;
}
.TagClassName
{
border-color: #657C59;
}
</style>