Shades of Axolotl #647C57
Tints of Axolotl #647C57
RGB
CMYK
RGB Variations
Color information
#647C57 (or 0x647C57) is known color: Axolotl. HEX triplet: 64, 7C and 57. RGB value is (100,124,87). Sum of RGB (Red+Green+Blue) = 100+124+87=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 124 - color contains mainly: green. Hex color #647C57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647C57 is #9B83A8. Grayscale: #707070. Windows color (decimal): -10191785 or 5733476. OLE color: 5733476.
HSL color Cylindrical-coordinate representation of color #647C57: hue angle of 98.92º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #647C57 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 124 | 87 | - |
| CMYK | 0.19 | 0 | 0.30 | 0.51 |
| HSL | 98.92º | 0.18% | 0.41% | - |
| HSV(B) | 98.92º | 0.3% | 0.49% | - |
| XYZ | 14.18 | 17.81 | 11.71 | - |
| YUV | 112.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 124 | 87 | 0.19 | 0 | 0.30 | 0.51 | 98.92 | 0.18 | 0.41 |
| Hex | 64 | 7C | 57 | 13 | 0 | 1E | 33 | 63 | 12 | 29 |
| Octal | 144 | 174 | 127 | 23 | 0 | 36 | 63 | 143 | 22 | 51 |
| Binary | 1100100 | 1111100 | 1010111 | 10011 | 0 | 11110 | 110011 | 1100011 | 10010 | 101001 |
Color Harmonies of #647C57
Complementary color
Monochromatic Colors of #647C57
Black with #647C57
Text Example
Text Example
White with #647C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647C57; }
p { color: rgb(100,124,87); }
H1.HeaderClassName
{
color: #647C57;
}
.AnyTagClassName
{
color: #647C57;
}
</style>
background-color css
<style>
a { background-color: #647C57; }
a { background-color: rgb(100,124,87); }
div.DivClassName
{
background-color: #647C57;
}
.BgClassName
{
background-color: #647C57;
}
</style>
border-color css
<style>
span { border-color: #647C57; }
span { border-color: rgb(100,124,87); }
td.TdClassName
{
border-color: #647C57;
}
.TagClassName
{
border-color: #647C57;
}
</style>