Shades of Axolotl #65785D
Tints of Axolotl #65785D
RGB
CMYK
RGB Variations
Color information
#65785D (or 0x65785D) is known color: Axolotl. HEX triplet: 65, 78 and 5D. RGB value is (101,120,93). Sum of RGB (Red+Green+Blue) = 101+120+93=314 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.17% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 120 - color contains mainly: green. Hex color #65785D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65785D is #9A87A2. Grayscale: #6F6F6F. Windows color (decimal): -10127267 or 6125669. OLE color: 6125669.
HSL color Cylindrical-coordinate representation of color #65785D: hue angle of 102.22º 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 #65785D is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 120 | 93 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.53 |
| HSL | 102.22º | 0.13% | 0.42% | - |
| HSV(B) | 102.22º | 0.23% | 0.47% | - |
| XYZ | 14.06 | 16.99 | 12.89 | - |
| YUV | 111.24 | 117.71 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 120 | 93 | 0.16 | 0 | 0.22 | 0.53 | 102.22 | 0.13 | 0.42 |
| Hex | 65 | 78 | 5D | 10 | 0 | 16 | 35 | 66 | D | 2A |
| Octal | 145 | 170 | 135 | 20 | 0 | 26 | 65 | 146 | 15 | 52 |
| Binary | 1100101 | 1111000 | 1011101 | 10000 | 0 | 10110 | 110101 | 1100110 | 1101 | 101010 |
Color Harmonies of #65785D
Complementary color
Monochromatic Colors of #65785D
Black with #65785D
Text Example
Text Example
White with #65785D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65785D; }
p { color: rgb(101,120,93); }
H1.HeaderClassName
{
color: #65785D;
}
.AnyTagClassName
{
color: #65785D;
}
</style>
background-color css
<style>
a { background-color: #65785D; }
a { background-color: rgb(101,120,93); }
div.DivClassName
{
background-color: #65785D;
}
.BgClassName
{
background-color: #65785D;
}
</style>
border-color css
<style>
span { border-color: #65785D; }
span { border-color: rgb(101,120,93); }
td.TdClassName
{
border-color: #65785D;
}
.TagClassName
{
border-color: #65785D;
}
</style>