Shades of Axolotl #637C56
Tints of Axolotl #637C56
RGB
CMYK
RGB Variations
Color information
#637C56 (or 0x637C56) is known color: Axolotl. HEX triplet: 63, 7C and 56. RGB value is (99,124,86). Sum of RGB (Red+Green+Blue) = 99+124+86=309 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.04% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 124 - color contains mainly: green. Hex color #637C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637C56 is #9C83A9. Grayscale: #707070. Windows color (decimal): -10257322 or 5667939. OLE color: 5667939.
HSL color Cylindrical-coordinate representation of color #637C56: hue angle of 99.47º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #637C56 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 124 | 86 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.51 |
| HSL | 99.47º | 0.18% | 0.41% | - |
| HSV(B) | 99.47º | 0.31% | 0.49% | - |
| XYZ | 14.03 | 17.74 | 11.49 | - |
| YUV | 112.19 | 113.22 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 124 | 86 | 0.20 | 0 | 0.31 | 0.51 | 99.47 | 0.18 | 0.41 |
| Hex | 63 | 7C | 56 | 14 | 0 | 1F | 33 | 63 | 12 | 29 |
| Octal | 143 | 174 | 126 | 24 | 0 | 37 | 63 | 143 | 22 | 51 |
| Binary | 1100011 | 1111100 | 1010110 | 10100 | 0 | 11111 | 110011 | 1100011 | 10010 | 101001 |
Color Harmonies of #637C56
Complementary color
Monochromatic Colors of #637C56
Black with #637C56
Text Example
Text Example
White with #637C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637C56; }
p { color: rgb(99,124,86); }
H1.HeaderClassName
{
color: #637C56;
}
.AnyTagClassName
{
color: #637C56;
}
</style>
background-color css
<style>
a { background-color: #637C56; }
a { background-color: rgb(99,124,86); }
div.DivClassName
{
background-color: #637C56;
}
.BgClassName
{
background-color: #637C56;
}
</style>
border-color css
<style>
span { border-color: #637C56; }
span { border-color: rgb(99,124,86); }
td.TdClassName
{
border-color: #637C56;
}
.TagClassName
{
border-color: #637C56;
}
</style>