Shades of Axolotl #657D54
Tints of Axolotl #657D54
RGB
CMYK
RGB Variations
Color information
#657D54 (or 0x657D54) is known color: Axolotl. HEX triplet: 65, 7D and 54. RGB value is (101,125,84). Sum of RGB (Red+Green+Blue) = 101+125+84=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 125 - color contains mainly: green. Hex color #657D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657D54 is #9A82AB. Grayscale: #717171. Windows color (decimal): -10125996 or 5537125. OLE color: 5537125.
HSL color Cylindrical-coordinate representation of color #657D54: hue angle of 95.12º degrees, saturation: 0.2, 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 #657D54 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 125 | 84 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.51 |
| HSL | 95.12º | 0.2% | 0.41% | - |
| HSV(B) | 95.12º | 0.33% | 0.49% | - |
| XYZ | 14.3 | 18.07 | 11.12 | - |
| YUV | 113.15 | 111.55 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 125 | 84 | 0.19 | 0 | 0.33 | 0.51 | 95.12 | 0.2 | 0.41 |
| Hex | 65 | 7D | 54 | 13 | 0 | 21 | 33 | 5F | 14 | 29 |
| Octal | 145 | 175 | 124 | 23 | 0 | 41 | 63 | 137 | 24 | 51 |
| Binary | 1100101 | 1111101 | 1010100 | 10011 | 0 | 100001 | 110011 | 1011111 | 10100 | 101001 |
Color Harmonies of #657D54
Complementary color
Monochromatic Colors of #657D54
Black with #657D54
Text Example
Text Example
White with #657D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657D54; }
p { color: rgb(101,125,84); }
H1.HeaderClassName
{
color: #657D54;
}
.AnyTagClassName
{
color: #657D54;
}
</style>
background-color css
<style>
a { background-color: #657D54; }
a { background-color: rgb(101,125,84); }
div.DivClassName
{
background-color: #657D54;
}
.BgClassName
{
background-color: #657D54;
}
</style>
border-color css
<style>
span { border-color: #657D54; }
span { border-color: rgb(101,125,84); }
td.TdClassName
{
border-color: #657D54;
}
.TagClassName
{
border-color: #657D54;
}
</style>