Shades of Axolotl #627E58
Tints of Axolotl #627E58
RGB
CMYK
RGB Variations
Color information
#627E58 (or 0x627E58) is known color: Axolotl. HEX triplet: 62, 7E and 58. RGB value is (98,126,88). Sum of RGB (Red+Green+Blue) = 98+126+88=312 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.41% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 88 (34.77% from 255 or 28.21% from 312); Max value from RGB is 126 - color contains mainly: green. Hex color #627E58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627E58 is #9D81A7. Grayscale: #717171. Windows color (decimal): -10322344 or 5799522. OLE color: 5799522.
HSL color Cylindrical-coordinate representation of color #627E58: hue angle of 104.21º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #627E58 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 126 | 88 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.51 |
| HSL | 104.21º | 0.18% | 0.42% | - |
| HSV(B) | 104.21º | 0.3% | 0.49% | - |
| XYZ | 14.26 | 18.22 | 12 | - |
| YUV | 113.3 | 113.72 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 126 | 88 | 0.22 | 0 | 0.30 | 0.51 | 104.21 | 0.18 | 0.42 |
| Hex | 62 | 7E | 58 | 16 | 0 | 1E | 33 | 68 | 12 | 2A |
| Octal | 142 | 176 | 130 | 26 | 0 | 36 | 63 | 150 | 22 | 52 |
| Binary | 1100010 | 1111110 | 1011000 | 10110 | 0 | 11110 | 110011 | 1101000 | 10010 | 101010 |
Color Harmonies of #627E58
Complementary color
Monochromatic Colors of #627E58
Black with #627E58
Text Example
Text Example
White with #627E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627E58; }
p { color: rgb(98,126,88); }
H1.HeaderClassName
{
color: #627E58;
}
.AnyTagClassName
{
color: #627E58;
}
</style>
background-color css
<style>
a { background-color: #627E58; }
a { background-color: rgb(98,126,88); }
div.DivClassName
{
background-color: #627E58;
}
.BgClassName
{
background-color: #627E58;
}
</style>
border-color css
<style>
span { border-color: #627E58; }
span { border-color: rgb(98,126,88); }
td.TdClassName
{
border-color: #627E58;
}
.TagClassName
{
border-color: #627E58;
}
</style>