Shades of Axolotl #647A59
Tints of Axolotl #647A59
RGB
CMYK
RGB Variations
Color information
#647A59 (or 0x647A59) is known color: Axolotl. HEX triplet: 64, 7A and 59. RGB value is (100,122,89). Sum of RGB (Red+Green+Blue) = 100+122+89=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 122 - color contains mainly: green. Hex color #647A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647A59 is #9B85A6. Grayscale: #6F6F6F. Windows color (decimal): -10192295 or 5864036. OLE color: 5864036.
HSL color Cylindrical-coordinate representation of color #647A59: hue angle of 100º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #647A59 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 122 | 89 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.52 |
| HSL | 100º | 0.16% | 0.41% | - |
| HSV(B) | 100º | 0.27% | 0.48% | - |
| XYZ | 14.02 | 17.35 | 12.06 | - |
| YUV | 111.66 | 115.21 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 122 | 89 | 0.18 | 0 | 0.27 | 0.52 | 100 | 0.16 | 0.41 |
| Hex | 64 | 7A | 59 | 12 | 0 | 1B | 34 | 64 | 10 | 29 |
| Octal | 144 | 172 | 131 | 22 | 0 | 33 | 64 | 144 | 20 | 51 |
| Binary | 1100100 | 1111010 | 1011001 | 10010 | 0 | 11011 | 110100 | 1100100 | 10000 | 101001 |
Color Harmonies of #647A59
Complementary color
Monochromatic Colors of #647A59
Black with #647A59
Text Example
Text Example
White with #647A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647A59; }
p { color: rgb(100,122,89); }
H1.HeaderClassName
{
color: #647A59;
}
.AnyTagClassName
{
color: #647A59;
}
</style>
background-color css
<style>
a { background-color: #647A59; }
a { background-color: rgb(100,122,89); }
div.DivClassName
{
background-color: #647A59;
}
.BgClassName
{
background-color: #647A59;
}
</style>
border-color css
<style>
span { border-color: #647A59; }
span { border-color: rgb(100,122,89); }
td.TdClassName
{
border-color: #647A59;
}
.TagClassName
{
border-color: #647A59;
}
</style>