Shades of Axolotl #62735B
Tints of Axolotl #62735B
RGB
CMYK
RGB Variations
Color information
#62735B (or 0x62735B) is known color: Axolotl. HEX triplet: 62, 73 and 5B. RGB value is (98,115,91). Sum of RGB (Red+Green+Blue) = 98+115+91=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 115 - color contains mainly: green. Hex color #62735B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62735B is #9D8CA4. Grayscale: #6B6B6B. Windows color (decimal): -10325157 or 5993314. OLE color: 5993314.
HSL color Cylindrical-coordinate representation of color #62735B: hue angle of 102.5º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #62735B is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 115 | 91 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.55 |
| HSL | 102.5º | 0.12% | 0.4% | - |
| HSV(B) | 102.5º | 0.21% | 0.45% | - |
| XYZ | 13.06 | 15.61 | 12.22 | - |
| YUV | 107.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 115 | 91 | 0.15 | 0 | 0.21 | 0.55 | 102.5 | 0.12 | 0.4 |
| Hex | 62 | 73 | 5B | F | 0 | 15 | 37 | 66 | C | 28 |
| Octal | 142 | 163 | 133 | 17 | 0 | 25 | 67 | 146 | 14 | 50 |
| Binary | 1100010 | 1110011 | 1011011 | 1111 | 0 | 10101 | 110111 | 1100110 | 1100 | 101000 |
Color Harmonies of #62735B
Complementary color
Monochromatic Colors of #62735B
Black with #62735B
Text Example
Text Example
White with #62735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62735B; }
p { color: rgb(98,115,91); }
H1.HeaderClassName
{
color: #62735B;
}
.AnyTagClassName
{
color: #62735B;
}
</style>
background-color css
<style>
a { background-color: #62735B; }
a { background-color: rgb(98,115,91); }
div.DivClassName
{
background-color: #62735B;
}
.BgClassName
{
background-color: #62735B;
}
</style>
border-color css
<style>
span { border-color: #62735B; }
span { border-color: rgb(98,115,91); }
td.TdClassName
{
border-color: #62735B;
}
.TagClassName
{
border-color: #62735B;
}
</style>