Shades of Axolotl #627654
Tints of Axolotl #627654
RGB
CMYK
RGB Variations
Color information
#627654 (or 0x627654) is known color: Axolotl. HEX triplet: 62, 76 and 54. RGB value is (98,118,84). Sum of RGB (Red+Green+Blue) = 98+118+84=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 118 - color contains mainly: green. Hex color #627654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627654 is #9D89AB. Grayscale: #6C6C6C. Windows color (decimal): -10324396 or 5535330. OLE color: 5535330.
HSL color Cylindrical-coordinate representation of color #627654: hue angle of 95.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #627654 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 98 | 118 | 84 | - |
| CMYK | 0.17 | 0 | 0.29 | 0.54 |
| HSL | 95.29º | 0.17% | 0.4% | - |
| HSV(B) | 95.29º | 0.29% | 0.46% | - |
| XYZ | 13.12 | 16.19 | 10.82 | - |
| YUV | 108.14 | 114.37 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 118 | 84 | 0.17 | 0 | 0.29 | 0.54 | 95.29 | 0.17 | 0.4 |
| Hex | 62 | 76 | 54 | 11 | 0 | 1D | 36 | 5F | 11 | 28 |
| Octal | 142 | 166 | 124 | 21 | 0 | 35 | 66 | 137 | 21 | 50 |
| Binary | 1100010 | 1110110 | 1010100 | 10001 | 0 | 11101 | 110110 | 1011111 | 10001 | 101000 |
Color Harmonies of #627654
Complementary color
Monochromatic Colors of #627654
Black with #627654
Text Example
Text Example
White with #627654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627654; }
p { color: rgb(98,118,84); }
H1.HeaderClassName
{
color: #627654;
}
.AnyTagClassName
{
color: #627654;
}
</style>
background-color css
<style>
a { background-color: #627654; }
a { background-color: rgb(98,118,84); }
div.DivClassName
{
background-color: #627654;
}
.BgClassName
{
background-color: #627654;
}
</style>
border-color css
<style>
span { border-color: #627654; }
span { border-color: rgb(98,118,84); }
td.TdClassName
{
border-color: #627654;
}
.TagClassName
{
border-color: #627654;
}
</style>