Shades of Axolotl #637D57
Tints of Axolotl #637D57
RGB
CMYK
RGB Variations
Color information
#637D57 (or 0x637D57) is known color: Axolotl. HEX triplet: 63, 7D and 57. RGB value is (99,125,87). Sum of RGB (Red+Green+Blue) = 99+125+87=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 87 (34.38% from 255 or 27.97% from 311); Max value from RGB is 125 - color contains mainly: green. Hex color #637D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637D57 is #9C82A8. Grayscale: #717171. Windows color (decimal): -10257065 or 5733731. OLE color: 5733731.
HSL color Cylindrical-coordinate representation of color #637D57: hue angle of 101.05º degrees, saturation: 0.18, 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 #637D57 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 125 | 87 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.51 |
| HSL | 101.05º | 0.18% | 0.42% | - |
| HSV(B) | 101.05º | 0.3% | 0.49% | - |
| XYZ | 14.2 | 18.01 | 11.74 | - |
| YUV | 112.89 | 113.39 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 125 | 87 | 0.21 | 0 | 0.30 | 0.51 | 101.05 | 0.18 | 0.42 |
| Hex | 63 | 7D | 57 | 15 | 0 | 1E | 33 | 65 | 12 | 2A |
| Octal | 143 | 175 | 127 | 25 | 0 | 36 | 63 | 145 | 22 | 52 |
| Binary | 1100011 | 1111101 | 1010111 | 10101 | 0 | 11110 | 110011 | 1100101 | 10010 | 101010 |
Color Harmonies of #637D57
Complementary color
Monochromatic Colors of #637D57
Black with #637D57
Text Example
Text Example
White with #637D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637D57; }
p { color: rgb(99,125,87); }
H1.HeaderClassName
{
color: #637D57;
}
.AnyTagClassName
{
color: #637D57;
}
</style>
background-color css
<style>
a { background-color: #637D57; }
a { background-color: rgb(99,125,87); }
div.DivClassName
{
background-color: #637D57;
}
.BgClassName
{
background-color: #637D57;
}
</style>
border-color css
<style>
span { border-color: #637D57; }
span { border-color: rgb(99,125,87); }
td.TdClassName
{
border-color: #637D57;
}
.TagClassName
{
border-color: #637D57;
}
</style>