Shades of Axolotl #627359
Tints of Axolotl #627359
RGB
CMYK
RGB Variations
Color information
#627359 (or 0x627359) is known color: Axolotl. HEX triplet: 62, 73 and 59. RGB value is (98,115,89). Sum of RGB (Red+Green+Blue) = 98+115+89=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 115 - color contains mainly: green. Hex color #627359 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627359 is #9D8CA6. Grayscale: #6B6B6B. Windows color (decimal): -10325159 or 5862242. OLE color: 5862242.
HSL color Cylindrical-coordinate representation of color #627359: hue angle of 99.23º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #627359 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 115 | 89 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.55 |
| HSL | 99.23º | 0.13% | 0.4% | - |
| HSV(B) | 99.23º | 0.23% | 0.45% | - |
| XYZ | 12.97 | 15.58 | 11.77 | - |
| YUV | 106.95 | 117.87 | 121.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 115 | 89 | 0.15 | 0 | 0.23 | 0.55 | 99.23 | 0.13 | 0.4 |
| Hex | 62 | 73 | 59 | F | 0 | 17 | 37 | 63 | D | 28 |
| Octal | 142 | 163 | 131 | 17 | 0 | 27 | 67 | 143 | 15 | 50 |
| Binary | 1100010 | 1110011 | 1011001 | 1111 | 0 | 10111 | 110111 | 1100011 | 1101 | 101000 |
Color Harmonies of #627359
Complementary color
Monochromatic Colors of #627359
Black with #627359
Text Example
Text Example
White with #627359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627359; }
p { color: rgb(98,115,89); }
H1.HeaderClassName
{
color: #627359;
}
.AnyTagClassName
{
color: #627359;
}
</style>
background-color css
<style>
a { background-color: #627359; }
a { background-color: rgb(98,115,89); }
div.DivClassName
{
background-color: #627359;
}
.BgClassName
{
background-color: #627359;
}
</style>
border-color css
<style>
span { border-color: #627359; }
span { border-color: rgb(98,115,89); }
td.TdClassName
{
border-color: #627359;
}
.TagClassName
{
border-color: #627359;
}
</style>