Shades of Axolotl #627159
Tints of Axolotl #627159
RGB
CMYK
RGB Variations
Color information
#627159 (or 0x627159) is known color: Axolotl. HEX triplet: 62, 71 and 59. RGB value is (98,113,89). Sum of RGB (Red+Green+Blue) = 98+113+89=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 113 - color contains mainly: green. Hex color #627159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627159 is #9D8EA6. Grayscale: #696969. Windows color (decimal): -10325671 or 5861730. OLE color: 5861730.
HSL color Cylindrical-coordinate representation of color #627159: hue angle of 97.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #627159 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 113 | 89 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.56 |
| HSL | 97.5º | 0.12% | 0.4% | - |
| HSV(B) | 97.5º | 0.21% | 0.44% | - |
| XYZ | 12.75 | 15.13 | 11.7 | - |
| YUV | 105.78 | 118.53 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 113 | 89 | 0.13 | 0 | 0.21 | 0.56 | 97.5 | 0.12 | 0.4 |
| Hex | 62 | 71 | 59 | D | 0 | 15 | 38 | 62 | C | 28 |
| Octal | 142 | 161 | 131 | 15 | 0 | 25 | 70 | 142 | 14 | 50 |
| Binary | 1100010 | 1110001 | 1011001 | 1101 | 0 | 10101 | 111000 | 1100010 | 1100 | 101000 |
Color Harmonies of #627159
Complementary color
Monochromatic Colors of #627159
Black with #627159
Text Example
Text Example
White with #627159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627159; }
p { color: rgb(98,113,89); }
H1.HeaderClassName
{
color: #627159;
}
.AnyTagClassName
{
color: #627159;
}
</style>
background-color css
<style>
a { background-color: #627159; }
a { background-color: rgb(98,113,89); }
div.DivClassName
{
background-color: #627159;
}
.BgClassName
{
background-color: #627159;
}
</style>
border-color css
<style>
span { border-color: #627159; }
span { border-color: rgb(98,113,89); }
td.TdClassName
{
border-color: #627159;
}
.TagClassName
{
border-color: #627159;
}
</style>