Shades of Axolotl #627458
Tints of Axolotl #627458
RGB
CMYK
RGB Variations
Color information
#627458 (or 0x627458) is known color: Axolotl. HEX triplet: 62, 74 and 58. RGB value is (98,116,88). Sum of RGB (Red+Green+Blue) = 98+116+88=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 116 - color contains mainly: green. Hex color #627458 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627458 is #9D8BA7. Grayscale: #6B6B6B. Windows color (decimal): -10324904 or 5796962. OLE color: 5796962.
HSL color Cylindrical-coordinate representation of color #627458: hue angle of 98.57º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #627458 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 116 | 88 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.55 |
| HSL | 98.57º | 0.14% | 0.4% | - |
| HSV(B) | 98.57º | 0.24% | 0.45% | - |
| XYZ | 13.04 | 15.79 | 11.59 | - |
| YUV | 107.43 | 117.04 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 116 | 88 | 0.16 | 0 | 0.24 | 0.55 | 98.57 | 0.14 | 0.4 |
| Hex | 62 | 74 | 58 | 10 | 0 | 18 | 37 | 63 | E | 28 |
| Octal | 142 | 164 | 130 | 20 | 0 | 30 | 67 | 143 | 16 | 50 |
| Binary | 1100010 | 1110100 | 1011000 | 10000 | 0 | 11000 | 110111 | 1100011 | 1110 | 101000 |
Color Harmonies of #627458
Complementary color
Monochromatic Colors of #627458
Black with #627458
Text Example
Text Example
White with #627458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627458; }
p { color: rgb(98,116,88); }
H1.HeaderClassName
{
color: #627458;
}
.AnyTagClassName
{
color: #627458;
}
</style>
background-color css
<style>
a { background-color: #627458; }
a { background-color: rgb(98,116,88); }
div.DivClassName
{
background-color: #627458;
}
.BgClassName
{
background-color: #627458;
}
</style>
border-color css
<style>
span { border-color: #627458; }
span { border-color: rgb(98,116,88); }
td.TdClassName
{
border-color: #627458;
}
.TagClassName
{
border-color: #627458;
}
</style>