Shades of Axolotl #65785E
Tints of Axolotl #65785E
RGB
CMYK
RGB Variations
Color information
#65785E (or 0x65785E) is known color: Axolotl. HEX triplet: 65, 78 and 5E. RGB value is (101,120,94). Sum of RGB (Red+Green+Blue) = 101+120+94=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 120 - color contains mainly: green. Hex color #65785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65785E is #9A87A1. Grayscale: #6F6F6F. Windows color (decimal): -10127266 or 6191205. OLE color: 6191205.
HSL color Cylindrical-coordinate representation of color #65785E: hue angle of 103.85º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #65785E is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 120 | 94 | - |
| CMYK | 0.16 | 0 | 0.22 | 0.53 |
| HSL | 103.85º | 0.12% | 0.42% | - |
| HSV(B) | 103.85º | 0.22% | 0.47% | - |
| XYZ | 14.1 | 17.01 | 13.13 | - |
| YUV | 111.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 120 | 94 | 0.16 | 0 | 0.22 | 0.53 | 103.85 | 0.12 | 0.42 |
| Hex | 65 | 78 | 5E | 10 | 0 | 16 | 35 | 68 | C | 2A |
| Octal | 145 | 170 | 136 | 20 | 0 | 26 | 65 | 150 | 14 | 52 |
| Binary | 1100101 | 1111000 | 1011110 | 10000 | 0 | 10110 | 110101 | 1101000 | 1100 | 101010 |
Color Harmonies of #65785E
Complementary color
Monochromatic Colors of #65785E
Black with #65785E
Text Example
Text Example
White with #65785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65785E; }
p { color: rgb(101,120,94); }
H1.HeaderClassName
{
color: #65785E;
}
.AnyTagClassName
{
color: #65785E;
}
</style>
background-color css
<style>
a { background-color: #65785E; }
a { background-color: rgb(101,120,94); }
div.DivClassName
{
background-color: #65785E;
}
.BgClassName
{
background-color: #65785E;
}
</style>
border-color css
<style>
span { border-color: #65785E; }
span { border-color: rgb(101,120,94); }
td.TdClassName
{
border-color: #65785E;
}
.TagClassName
{
border-color: #65785E;
}
</style>