Shades of Axolotl #62725B
Tints of Axolotl #62725B
RGB
CMYK
RGB Variations
Color information
#62725B (or 0x62725B) is known color: Axolotl. HEX triplet: 62, 72 and 5B. RGB value is (98,114,91). Sum of RGB (Red+Green+Blue) = 98+114+91=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 91 (35.94% from 255 or 30.03% from 303); Max value from RGB is 114 - color contains mainly: green. Hex color #62725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62725B is #9D8DA4. Grayscale: #6A6A6A. Windows color (decimal): -10325413 or 5993058. OLE color: 5993058.
HSL color Cylindrical-coordinate representation of color #62725B: hue angle of 101.74º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #62725B is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 114 | 91 | - |
| CMYK | 0.14 | 0 | 0.20 | 0.55 |
| HSL | 101.74º | 0.11% | 0.4% | - |
| HSV(B) | 101.74º | 0.2% | 0.45% | - |
| XYZ | 12.94 | 15.39 | 12.19 | - |
| YUV | 106.59 | 119.2 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 114 | 91 | 0.14 | 0 | 0.20 | 0.55 | 101.74 | 0.11 | 0.4 |
| Hex | 62 | 72 | 5B | E | 0 | 14 | 37 | 66 | B | 28 |
| Octal | 142 | 162 | 133 | 16 | 0 | 24 | 67 | 146 | 13 | 50 |
| Binary | 1100010 | 1110010 | 1011011 | 1110 | 0 | 10100 | 110111 | 1100110 | 1011 | 101000 |
Color Harmonies of #62725B
Complementary color
Monochromatic Colors of #62725B
Black with #62725B
Text Example
Text Example
White with #62725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62725B; }
p { color: rgb(98,114,91); }
H1.HeaderClassName
{
color: #62725B;
}
.AnyTagClassName
{
color: #62725B;
}
</style>
background-color css
<style>
a { background-color: #62725B; }
a { background-color: rgb(98,114,91); }
div.DivClassName
{
background-color: #62725B;
}
.BgClassName
{
background-color: #62725B;
}
</style>
border-color css
<style>
span { border-color: #62725B; }
span { border-color: rgb(98,114,91); }
td.TdClassName
{
border-color: #62725B;
}
.TagClassName
{
border-color: #62725B;
}
</style>