Shades of Axolotl #64785B
Tints of Axolotl #64785B
RGB
CMYK
RGB Variations
Color information
#64785B (or 0x64785B) is known color: Axolotl. HEX triplet: 64, 78 and 5B. RGB value is (100,120,91). Sum of RGB (Red+Green+Blue) = 100+120+91=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 120 - color contains mainly: green. Hex color #64785B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64785B is #9B87A4. Grayscale: #6E6E6E. Windows color (decimal): -10192805 or 5994596. OLE color: 5994596.
HSL color Cylindrical-coordinate representation of color #64785B: hue angle of 101.38º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #64785B is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 120 | 91 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.53 |
| HSL | 101.38º | 0.14% | 0.41% | - |
| HSV(B) | 101.38º | 0.24% | 0.47% | - |
| XYZ | 13.86 | 16.9 | 12.43 | - |
| YUV | 110.71 | 116.87 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 120 | 91 | 0.17 | 0 | 0.24 | 0.53 | 101.38 | 0.14 | 0.41 |
| Hex | 64 | 78 | 5B | 11 | 0 | 18 | 35 | 65 | E | 29 |
| Octal | 144 | 170 | 133 | 21 | 0 | 30 | 65 | 145 | 16 | 51 |
| Binary | 1100100 | 1111000 | 1011011 | 10001 | 0 | 11000 | 110101 | 1100101 | 1110 | 101001 |
Color Harmonies of #64785B
Complementary color
Monochromatic Colors of #64785B
Black with #64785B
Text Example
Text Example
White with #64785B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64785B; }
p { color: rgb(100,120,91); }
H1.HeaderClassName
{
color: #64785B;
}
.AnyTagClassName
{
color: #64785B;
}
</style>
background-color css
<style>
a { background-color: #64785B; }
a { background-color: rgb(100,120,91); }
div.DivClassName
{
background-color: #64785B;
}
.BgClassName
{
background-color: #64785B;
}
</style>
border-color css
<style>
span { border-color: #64785B; }
span { border-color: rgb(100,120,91); }
td.TdClassName
{
border-color: #64785B;
}
.TagClassName
{
border-color: #64785B;
}
</style>