Shades of Axolotl #62705B
Tints of Axolotl #62705B
RGB
CMYK
RGB Variations
Color information
#62705B (or 0x62705B) is known color: Axolotl. HEX triplet: 62, 70 and 5B. RGB value is (98,112,91). Sum of RGB (Red+Green+Blue) = 98+112+91=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 112 - color contains mainly: green. Hex color #62705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62705B is #9D8FA4. Grayscale: #696969. Windows color (decimal): -10325925 or 5992546. OLE color: 5992546.
HSL color Cylindrical-coordinate representation of color #62705B: hue angle of 100º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #62705B is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 112 | 91 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.56 |
| HSL | 100º | 0.1% | 0.4% | - |
| HSV(B) | 100º | 0.19% | 0.44% | - |
| XYZ | 12.72 | 14.94 | 12.11 | - |
| YUV | 105.42 | 119.86 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 112 | 91 | 0.13 | 0 | 0.19 | 0.56 | 100 | 0.1 | 0.4 |
| Hex | 62 | 70 | 5B | D | 0 | 13 | 38 | 64 | A | 28 |
| Octal | 142 | 160 | 133 | 15 | 0 | 23 | 70 | 144 | 12 | 50 |
| Binary | 1100010 | 1110000 | 1011011 | 1101 | 0 | 10011 | 111000 | 1100100 | 1010 | 101000 |
Color Harmonies of #62705B
Complementary color
Monochromatic Colors of #62705B
Black with #62705B
Text Example
Text Example
White with #62705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62705B; }
p { color: rgb(98,112,91); }
H1.HeaderClassName
{
color: #62705B;
}
.AnyTagClassName
{
color: #62705B;
}
</style>
background-color css
<style>
a { background-color: #62705B; }
a { background-color: rgb(98,112,91); }
div.DivClassName
{
background-color: #62705B;
}
.BgClassName
{
background-color: #62705B;
}
</style>
border-color css
<style>
span { border-color: #62705B; }
span { border-color: rgb(98,112,91); }
td.TdClassName
{
border-color: #62705B;
}
.TagClassName
{
border-color: #62705B;
}
</style>