Shades of Axolotl #627B53
Tints of Axolotl #627B53
RGB
CMYK
RGB Variations
Color information
#627B53 (or 0x627B53) is known color: Axolotl. HEX triplet: 62, 7B and 53. RGB value is (98,123,83). Sum of RGB (Red+Green+Blue) = 98+123+83=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 123 - color contains mainly: green. Hex color #627B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627B53 is #9D84AC. Grayscale: #6F6F6F. Windows color (decimal): -10323117 or 5471074. OLE color: 5471074.
HSL color Cylindrical-coordinate representation of color #627B53: hue angle of 97.5º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #627B53 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 98 | 123 | 83 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.52 |
| HSL | 97.5º | 0.19% | 0.4% | - |
| HSV(B) | 97.5º | 0.33% | 0.48% | - |
| XYZ | 13.68 | 17.39 | 10.82 | - |
| YUV | 110.97 | 112.22 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 123 | 83 | 0.20 | 0 | 0.33 | 0.52 | 97.5 | 0.19 | 0.4 |
| Hex | 62 | 7B | 53 | 14 | 0 | 21 | 34 | 62 | 13 | 28 |
| Octal | 142 | 173 | 123 | 24 | 0 | 41 | 64 | 142 | 23 | 50 |
| Binary | 1100010 | 1111011 | 1010011 | 10100 | 0 | 100001 | 110100 | 1100010 | 10011 | 101000 |
Color Harmonies of #627B53
Complementary color
Monochromatic Colors of #627B53
Black with #627B53
Text Example
Text Example
White with #627B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627B53; }
p { color: rgb(98,123,83); }
H1.HeaderClassName
{
color: #627B53;
}
.AnyTagClassName
{
color: #627B53;
}
</style>
background-color css
<style>
a { background-color: #627B53; }
a { background-color: rgb(98,123,83); }
div.DivClassName
{
background-color: #627B53;
}
.BgClassName
{
background-color: #627B53;
}
</style>
border-color css
<style>
span { border-color: #627B53; }
span { border-color: rgb(98,123,83); }
td.TdClassName
{
border-color: #627B53;
}
.TagClassName
{
border-color: #627B53;
}
</style>