Shades of Axolotl #64785C
Tints of Axolotl #64785C
RGB
CMYK
RGB Variations
Color information
#64785C (or 0x64785C) is known color: Axolotl. HEX triplet: 64, 78 and 5C. RGB value is (100,120,92). Sum of RGB (Red+Green+Blue) = 100+120+92=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 120 - color contains mainly: green. Hex color #64785C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64785C is #9B87A3. Grayscale: #6E6E6E. Windows color (decimal): -10192804 or 6060132. OLE color: 6060132.
HSL color Cylindrical-coordinate representation of color #64785C: hue angle of 102.86º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #64785C is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 120 | 92 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.53 |
| HSL | 102.86º | 0.13% | 0.42% | - |
| HSV(B) | 102.86º | 0.23% | 0.47% | - |
| XYZ | 13.9 | 16.91 | 12.66 | - |
| YUV | 110.83 | 117.37 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 120 | 92 | 0.17 | 0 | 0.23 | 0.53 | 102.86 | 0.13 | 0.42 |
| Hex | 64 | 78 | 5C | 11 | 0 | 17 | 35 | 67 | D | 2A |
| Octal | 144 | 170 | 134 | 21 | 0 | 27 | 65 | 147 | 15 | 52 |
| Binary | 1100100 | 1111000 | 1011100 | 10001 | 0 | 10111 | 110101 | 1100111 | 1101 | 101010 |
Color Harmonies of #64785C
Complementary color
Monochromatic Colors of #64785C
Black with #64785C
Text Example
Text Example
White with #64785C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64785C; }
p { color: rgb(100,120,92); }
H1.HeaderClassName
{
color: #64785C;
}
.AnyTagClassName
{
color: #64785C;
}
</style>
background-color css
<style>
a { background-color: #64785C; }
a { background-color: rgb(100,120,92); }
div.DivClassName
{
background-color: #64785C;
}
.BgClassName
{
background-color: #64785C;
}
</style>
border-color css
<style>
span { border-color: #64785C; }
span { border-color: rgb(100,120,92); }
td.TdClassName
{
border-color: #64785C;
}
.TagClassName
{
border-color: #64785C;
}
</style>