Shades of Axolotl #65765A
Tints of Axolotl #65765A
RGB
CMYK
RGB Variations
Color information
#65765A (or 0x65765A) is known color: Axolotl. HEX triplet: 65, 76 and 5A. RGB value is (101,118,90). Sum of RGB (Red+Green+Blue) = 101+118+90=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 90 (35.55% from 255 or 29.13% from 309); Max value from RGB is 118 - color contains mainly: green. Hex color #65765A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65765A is #9A89A5. Grayscale: #6D6D6D. Windows color (decimal): -10127782 or 5928549. OLE color: 5928549.
HSL color Cylindrical-coordinate representation of color #65765A: hue angle of 96.43º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #65765A is Cyan = 0.14, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 118 | 90 | - |
| CMYK | 0.14 | 0 | 0.24 | 0.54 |
| HSL | 96.43º | 0.13% | 0.41% | - |
| HSV(B) | 96.43º | 0.24% | 0.46% | - |
| XYZ | 13.69 | 16.46 | 12.13 | - |
| YUV | 109.73 | 116.87 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 118 | 90 | 0.14 | 0 | 0.24 | 0.54 | 96.43 | 0.13 | 0.41 |
| Hex | 65 | 76 | 5A | E | 0 | 18 | 36 | 60 | D | 29 |
| Octal | 145 | 166 | 132 | 16 | 0 | 30 | 66 | 140 | 15 | 51 |
| Binary | 1100101 | 1110110 | 1011010 | 1110 | 0 | 11000 | 110110 | 1100000 | 1101 | 101001 |
Color Harmonies of #65765A
Complementary color
Monochromatic Colors of #65765A
Black with #65765A
Text Example
Text Example
White with #65765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65765A; }
p { color: rgb(101,118,90); }
H1.HeaderClassName
{
color: #65765A;
}
.AnyTagClassName
{
color: #65765A;
}
</style>
background-color css
<style>
a { background-color: #65765A; }
a { background-color: rgb(101,118,90); }
div.DivClassName
{
background-color: #65765A;
}
.BgClassName
{
background-color: #65765A;
}
</style>
border-color css
<style>
span { border-color: #65765A; }
span { border-color: rgb(101,118,90); }
td.TdClassName
{
border-color: #65765A;
}
.TagClassName
{
border-color: #65765A;
}
</style>