Shades of Axolotl #62785A
Tints of Axolotl #62785A
RGB
CMYK
RGB Variations
Color information
#62785A (or 0x62785A) is known color: Axolotl. HEX triplet: 62, 78 and 5A. RGB value is (98,120,90). Sum of RGB (Red+Green+Blue) = 98+120+90=308 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.82% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 120 - color contains mainly: green. Hex color #62785A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62785A is #9D87A5. Grayscale: #6E6E6E. Windows color (decimal): -10323878 or 5929058. OLE color: 5929058.
HSL color Cylindrical-coordinate representation of color #62785A: hue angle of 104º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #62785A is Cyan = 0.18, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 120 | 90 | - |
| CMYK | 0.18 | 0 | 0.25 | 0.53 |
| HSL | 104º | 0.14% | 0.41% | - |
| HSV(B) | 104º | 0.25% | 0.47% | - |
| XYZ | 13.6 | 16.77 | 12.19 | - |
| YUV | 110 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 120 | 90 | 0.18 | 0 | 0.25 | 0.53 | 104 | 0.14 | 0.41 |
| Hex | 62 | 78 | 5A | 12 | 0 | 19 | 35 | 68 | E | 29 |
| Octal | 142 | 170 | 132 | 22 | 0 | 31 | 65 | 150 | 16 | 51 |
| Binary | 1100010 | 1111000 | 1011010 | 10010 | 0 | 11001 | 110101 | 1101000 | 1110 | 101001 |
Color Harmonies of #62785A
Complementary color
Monochromatic Colors of #62785A
Black with #62785A
Text Example
Text Example
White with #62785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62785A; }
p { color: rgb(98,120,90); }
H1.HeaderClassName
{
color: #62785A;
}
.AnyTagClassName
{
color: #62785A;
}
</style>
background-color css
<style>
a { background-color: #62785A; }
a { background-color: rgb(98,120,90); }
div.DivClassName
{
background-color: #62785A;
}
.BgClassName
{
background-color: #62785A;
}
</style>
border-color css
<style>
span { border-color: #62785A; }
span { border-color: rgb(98,120,90); }
td.TdClassName
{
border-color: #62785A;
}
.TagClassName
{
border-color: #62785A;
}
</style>