Shades of Axolotl #65795B
Tints of Axolotl #65795B
RGB
CMYK
RGB Variations
Color information
#65795B (or 0x65795B) is known color: Axolotl. HEX triplet: 65, 79 and 5B. RGB value is (101,121,91). Sum of RGB (Red+Green+Blue) = 101+121+91=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 121 (47.66% from 255 or 38.66% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 121 - color contains mainly: green. Hex color #65795B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65795B is #9A86A4. Grayscale: #6F6F6F. Windows color (decimal): -10127013 or 5994853. OLE color: 5994853.
HSL color Cylindrical-coordinate representation of color #65795B: hue angle of 100º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #65795B is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 121 | 91 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.53 |
| HSL | 100º | 0.14% | 0.42% | - |
| HSV(B) | 100º | 0.25% | 0.47% | - |
| XYZ | 14.09 | 17.2 | 12.47 | - |
| YUV | 111.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 121 | 91 | 0.17 | 0 | 0.25 | 0.53 | 100 | 0.14 | 0.42 |
| Hex | 65 | 79 | 5B | 11 | 0 | 19 | 35 | 64 | E | 2A |
| Octal | 145 | 171 | 133 | 21 | 0 | 31 | 65 | 144 | 16 | 52 |
| Binary | 1100101 | 1111001 | 1011011 | 10001 | 0 | 11001 | 110101 | 1100100 | 1110 | 101010 |
Color Harmonies of #65795B
Complementary color
Monochromatic Colors of #65795B
Black with #65795B
Text Example
Text Example
White with #65795B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65795B; }
p { color: rgb(101,121,91); }
H1.HeaderClassName
{
color: #65795B;
}
.AnyTagClassName
{
color: #65795B;
}
</style>
background-color css
<style>
a { background-color: #65795B; }
a { background-color: rgb(101,121,91); }
div.DivClassName
{
background-color: #65795B;
}
.BgClassName
{
background-color: #65795B;
}
</style>
border-color css
<style>
span { border-color: #65795B; }
span { border-color: rgb(101,121,91); }
td.TdClassName
{
border-color: #65795B;
}
.TagClassName
{
border-color: #65795B;
}
</style>