Shades of Axolotl #627A53
Tints of Axolotl #627A53
RGB
CMYK
RGB Variations
Color information
#627A53 (or 0x627A53) is known color: Axolotl. HEX triplet: 62, 7A and 53. RGB value is (98,122,83). Sum of RGB (Red+Green+Blue) = 98+122+83=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 122 - color contains mainly: green. Hex color #627A53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627A53 is #9D85AC. Grayscale: #6E6E6E. Windows color (decimal): -10323373 or 5470818. OLE color: 5470818.
HSL color Cylindrical-coordinate representation of color #627A53: hue angle of 96.92º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #627A53 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 122 | 83 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.52 |
| HSL | 96.92º | 0.19% | 0.4% | - |
| HSV(B) | 96.92º | 0.32% | 0.48% | - |
| XYZ | 13.56 | 17.14 | 10.78 | - |
| YUV | 110.38 | 112.55 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 122 | 83 | 0.20 | 0 | 0.32 | 0.52 | 96.92 | 0.19 | 0.4 |
| Hex | 62 | 7A | 53 | 14 | 0 | 20 | 34 | 61 | 13 | 28 |
| Octal | 142 | 172 | 123 | 24 | 0 | 40 | 64 | 141 | 23 | 50 |
| Binary | 1100010 | 1111010 | 1010011 | 10100 | 0 | 100000 | 110100 | 1100001 | 10011 | 101000 |
Color Harmonies of #627A53
Complementary color
Monochromatic Colors of #627A53
Black with #627A53
Text Example
Text Example
White with #627A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627A53; }
p { color: rgb(98,122,83); }
H1.HeaderClassName
{
color: #627A53;
}
.AnyTagClassName
{
color: #627A53;
}
</style>
background-color css
<style>
a { background-color: #627A53; }
a { background-color: rgb(98,122,83); }
div.DivClassName
{
background-color: #627A53;
}
.BgClassName
{
background-color: #627A53;
}
</style>
border-color css
<style>
span { border-color: #627A53; }
span { border-color: rgb(98,122,83); }
td.TdClassName
{
border-color: #627A53;
}
.TagClassName
{
border-color: #627A53;
}
</style>