Shades of Axolotl #62755A
Tints of Axolotl #62755A
RGB
CMYK
RGB Variations
Color information
#62755A (or 0x62755A) is known color: Axolotl. HEX triplet: 62, 75 and 5A. RGB value is (98,117,90). Sum of RGB (Red+Green+Blue) = 98+117+90=305 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.13% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 90 (35.55% from 255 or 29.51% from 305); Max value from RGB is 117 - color contains mainly: green. Hex color #62755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62755A is #9D8AA5. Grayscale: #6C6C6C. Windows color (decimal): -10324646 or 5928290. OLE color: 5928290.
HSL color Cylindrical-coordinate representation of color #62755A: hue angle of 102.22º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #62755A is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 98 | 117 | 90 | - |
| CMYK | 0.16 | 0 | 0.23 | 0.54 |
| HSL | 102.22º | 0.13% | 0.41% | - |
| HSV(B) | 102.22º | 0.23% | 0.46% | - |
| XYZ | 13.24 | 16.06 | 12.07 | - |
| YUV | 108.24 | 117.71 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 117 | 90 | 0.16 | 0 | 0.23 | 0.54 | 102.22 | 0.13 | 0.41 |
| Hex | 62 | 75 | 5A | 10 | 0 | 17 | 36 | 66 | D | 29 |
| Octal | 142 | 165 | 132 | 20 | 0 | 27 | 66 | 146 | 15 | 51 |
| Binary | 1100010 | 1110101 | 1011010 | 10000 | 0 | 10111 | 110110 | 1100110 | 1101 | 101001 |
Color Harmonies of #62755A
Complementary color
Monochromatic Colors of #62755A
Black with #62755A
Text Example
Text Example
White with #62755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62755A; }
p { color: rgb(98,117,90); }
H1.HeaderClassName
{
color: #62755A;
}
.AnyTagClassName
{
color: #62755A;
}
</style>
background-color css
<style>
a { background-color: #62755A; }
a { background-color: rgb(98,117,90); }
div.DivClassName
{
background-color: #62755A;
}
.BgClassName
{
background-color: #62755A;
}
</style>
border-color css
<style>
span { border-color: #62755A; }
span { border-color: rgb(98,117,90); }
td.TdClassName
{
border-color: #62755A;
}
.TagClassName
{
border-color: #62755A;
}
</style>