Shades of Axolotl #62705C
Tints of Axolotl #62705C
RGB
CMYK
RGB Variations
Color information
#62705C (or 0x62705C) is known color: Axolotl. HEX triplet: 62, 70 and 5C. RGB value is (98,112,92). Sum of RGB (Red+Green+Blue) = 98+112+92=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 112 - color contains mainly: green. Hex color #62705C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62705C is #9D8FA3. Grayscale: #696969. Windows color (decimal): -10325924 or 6058082. OLE color: 6058082.
HSL color Cylindrical-coordinate representation of color #62705C: hue angle of 102º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #62705C is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 112 | 92 | - |
| CMYK | 0.13 | 0 | 0.18 | 0.56 |
| HSL | 102º | 0.1% | 0.4% | - |
| HSV(B) | 102º | 0.18% | 0.44% | - |
| XYZ | 12.76 | 14.96 | 12.34 | - |
| YUV | 105.53 | 120.36 | 122.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 112 | 92 | 0.13 | 0 | 0.18 | 0.56 | 102 | 0.1 | 0.4 |
| Hex | 62 | 70 | 5C | D | 0 | 12 | 38 | 66 | A | 28 |
| Octal | 142 | 160 | 134 | 15 | 0 | 22 | 70 | 146 | 12 | 50 |
| Binary | 1100010 | 1110000 | 1011100 | 1101 | 0 | 10010 | 111000 | 1100110 | 1010 | 101000 |
Color Harmonies of #62705C
Complementary color
Monochromatic Colors of #62705C
Black with #62705C
Text Example
Text Example
White with #62705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62705C; }
p { color: rgb(98,112,92); }
H1.HeaderClassName
{
color: #62705C;
}
.AnyTagClassName
{
color: #62705C;
}
</style>
background-color css
<style>
a { background-color: #62705C; }
a { background-color: rgb(98,112,92); }
div.DivClassName
{
background-color: #62705C;
}
.BgClassName
{
background-color: #62705C;
}
</style>
border-color css
<style>
span { border-color: #62705C; }
span { border-color: rgb(98,112,92); }
td.TdClassName
{
border-color: #62705C;
}
.TagClassName
{
border-color: #62705C;
}
</style>