Shades of Axolotl #657A5A
Tints of Axolotl #657A5A
RGB
CMYK
RGB Variations
Color information
#657A5A (or 0x657A5A) is known color: Axolotl. HEX triplet: 65, 7A and 5A. RGB value is (101,122,90). Sum of RGB (Red+Green+Blue) = 101+122+90=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 90 (35.55% from 255 or 28.75% from 313); Max value from RGB is 122 - color contains mainly: green. Hex color #657A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657A5A is #9A85A5. Grayscale: #707070. Windows color (decimal): -10126758 or 5929573. OLE color: 5929573.
HSL color Cylindrical-coordinate representation of color #657A5A: hue angle of 99.38º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #657A5A is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 122 | 90 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.52 |
| HSL | 99.38º | 0.15% | 0.42% | - |
| HSV(B) | 99.38º | 0.26% | 0.48% | - |
| XYZ | 14.17 | 17.42 | 12.29 | - |
| YUV | 112.07 | 115.54 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 122 | 90 | 0.17 | 0 | 0.26 | 0.52 | 99.38 | 0.15 | 0.42 |
| Hex | 65 | 7A | 5A | 11 | 0 | 1A | 34 | 63 | F | 2A |
| Octal | 145 | 172 | 132 | 21 | 0 | 32 | 64 | 143 | 17 | 52 |
| Binary | 1100101 | 1111010 | 1011010 | 10001 | 0 | 11010 | 110100 | 1100011 | 1111 | 101010 |
Color Harmonies of #657A5A
Complementary color
Monochromatic Colors of #657A5A
Black with #657A5A
Text Example
Text Example
White with #657A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657A5A; }
p { color: rgb(101,122,90); }
H1.HeaderClassName
{
color: #657A5A;
}
.AnyTagClassName
{
color: #657A5A;
}
</style>
background-color css
<style>
a { background-color: #657A5A; }
a { background-color: rgb(101,122,90); }
div.DivClassName
{
background-color: #657A5A;
}
.BgClassName
{
background-color: #657A5A;
}
</style>
border-color css
<style>
span { border-color: #657A5A; }
span { border-color: rgb(101,122,90); }
td.TdClassName
{
border-color: #657A5A;
}
.TagClassName
{
border-color: #657A5A;
}
</style>