Shades of Axolotl #627D57
Tints of Axolotl #627D57
RGB
CMYK
RGB Variations
Color information
#627D57 (or 0x627D57) is known color: Axolotl. HEX triplet: 62, 7D and 57. RGB value is (98,125,87). Sum of RGB (Red+Green+Blue) = 98+125+87=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 87 (34.38% from 255 or 28.06% from 310); Max value from RGB is 125 - color contains mainly: green. Hex color #627D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627D57 is #9D82A8. Grayscale: #707070. Windows color (decimal): -10322601 or 5733730. OLE color: 5733730.
HSL color Cylindrical-coordinate representation of color #627D57: hue angle of 102.63º 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 #627D57 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 125 | 87 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.51 |
| HSL | 102.63º | 0.18% | 0.42% | - |
| HSV(B) | 102.63º | 0.3% | 0.49% | - |
| XYZ | 14.09 | 17.95 | 11.74 | - |
| YUV | 112.6 | 113.55 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 125 | 87 | 0.22 | 0 | 0.30 | 0.51 | 102.63 | 0.18 | 0.42 |
| Hex | 62 | 7D | 57 | 16 | 0 | 1E | 33 | 67 | 12 | 2A |
| Octal | 142 | 175 | 127 | 26 | 0 | 36 | 63 | 147 | 22 | 52 |
| Binary | 1100010 | 1111101 | 1010111 | 10110 | 0 | 11110 | 110011 | 1100111 | 10010 | 101010 |
Color Harmonies of #627D57
Complementary color
Monochromatic Colors of #627D57
Black with #627D57
Text Example
Text Example
White with #627D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627D57; }
p { color: rgb(98,125,87); }
H1.HeaderClassName
{
color: #627D57;
}
.AnyTagClassName
{
color: #627D57;
}
</style>
background-color css
<style>
a { background-color: #627D57; }
a { background-color: rgb(98,125,87); }
div.DivClassName
{
background-color: #627D57;
}
.BgClassName
{
background-color: #627D57;
}
</style>
border-color css
<style>
span { border-color: #627D57; }
span { border-color: rgb(98,125,87); }
td.TdClassName
{
border-color: #627D57;
}
.TagClassName
{
border-color: #627D57;
}
</style>