Shades of Axolotl #657D58
Tints of Axolotl #657D58
RGB
CMYK
RGB Variations
Color information
#657D58 (or 0x657D58) is known color: Axolotl. HEX triplet: 65, 7D and 58. RGB value is (101,125,88). Sum of RGB (Red+Green+Blue) = 101+125+88=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 125 (49.22% from 255 or 39.81% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 125 - color contains mainly: green. Hex color #657D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657D58 is #9A82A7. Grayscale: #717171. Windows color (decimal): -10125992 or 5799269. OLE color: 5799269.
HSL color Cylindrical-coordinate representation of color #657D58: hue angle of 98.92º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #657D58 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 125 | 88 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.51 |
| HSL | 98.92º | 0.17% | 0.42% | - |
| HSV(B) | 98.92º | 0.3% | 0.49% | - |
| XYZ | 14.46 | 18.14 | 11.97 | - |
| YUV | 113.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 88 | 0.19 | 0 | 0.30 | 0.51 | 98.92 | 0.17 | 0.42 |
| Hex | 65 | 7D | 58 | 13 | 0 | 1E | 33 | 63 | 11 | 2A |
| Octal | 145 | 175 | 130 | 23 | 0 | 36 | 63 | 143 | 21 | 52 |
| Binary | 1100101 | 1111101 | 1011000 | 10011 | 0 | 11110 | 110011 | 1100011 | 10001 | 101010 |
Color Harmonies of #657D58
Complementary color
Monochromatic Colors of #657D58
Black with #657D58
Text Example
Text Example
White with #657D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657D58; }
p { color: rgb(101,125,88); }
H1.HeaderClassName
{
color: #657D58;
}
.AnyTagClassName
{
color: #657D58;
}
</style>
background-color css
<style>
a { background-color: #657D58; }
a { background-color: rgb(101,125,88); }
div.DivClassName
{
background-color: #657D58;
}
.BgClassName
{
background-color: #657D58;
}
</style>
border-color css
<style>
span { border-color: #657D58; }
span { border-color: rgb(101,125,88); }
td.TdClassName
{
border-color: #657D58;
}
.TagClassName
{
border-color: #657D58;
}
</style>