Shades of Axolotl #65755A
Tints of Axolotl #65755A
RGB
CMYK
RGB Variations
Color information
#65755A (or 0x65755A) is known color: Axolotl. HEX triplet: 65, 75 and 5A. RGB value is (101,117,90). Sum of RGB (Red+Green+Blue) = 101+117+90=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 117 - color contains mainly: green. Hex color #65755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65755A is #9A8AA5. Grayscale: #6D6D6D. Windows color (decimal): -10128038 or 5928293. OLE color: 5928293.
HSL color Cylindrical-coordinate representation of color #65755A: hue angle of 95.56º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #65755A is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 117 | 90 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.54 |
| HSL | 95.56º | 0.13% | 0.41% | - |
| HSV(B) | 95.56º | 0.23% | 0.46% | - |
| XYZ | 13.57 | 16.23 | 12.09 | - |
| YUV | 109.14 | 117.2 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 117 | 90 | 0.14 | 0 | 0.23 | 0.54 | 95.56 | 0.13 | 0.41 |
| Hex | 65 | 75 | 5A | E | 0 | 17 | 36 | 60 | D | 29 |
| Octal | 145 | 165 | 132 | 16 | 0 | 27 | 66 | 140 | 15 | 51 |
| Binary | 1100101 | 1110101 | 1011010 | 1110 | 0 | 10111 | 110110 | 1100000 | 1101 | 101001 |
Color Harmonies of #65755A
Complementary color
Monochromatic Colors of #65755A
Black with #65755A
Text Example
Text Example
White with #65755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65755A; }
p { color: rgb(101,117,90); }
H1.HeaderClassName
{
color: #65755A;
}
.AnyTagClassName
{
color: #65755A;
}
</style>
background-color css
<style>
a { background-color: #65755A; }
a { background-color: rgb(101,117,90); }
div.DivClassName
{
background-color: #65755A;
}
.BgClassName
{
background-color: #65755A;
}
</style>
border-color css
<style>
span { border-color: #65755A; }
span { border-color: rgb(101,117,90); }
td.TdClassName
{
border-color: #65755A;
}
.TagClassName
{
border-color: #65755A;
}
</style>