Shades of Axolotl #6D7768
Tints of Axolotl #6D7768
RGB
CMYK
RGB Variations
Color information
#6D7768 (or 0x6D7768) is known color: Axolotl. HEX triplet: 6D, 77 and 68. RGB value is (109,119,104). Sum of RGB (Red+Green+Blue) = 109+119+104=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 119 - color contains mainly: green. Hex color #6D7768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7768 is #928897. Grayscale: #727272. Windows color (decimal): -9603224 or 6846317. OLE color: 6846317.
HSL color Cylindrical-coordinate representation of color #6D7768: hue angle of 100º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6D7768 is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 119 | 104 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.53 |
| HSL | 100º | 0.07% | 0.44% | - |
| HSV(B) | 100º | 0.13% | 0.47% | - |
| XYZ | 15.4 | 17.44 | 15.65 | - |
| YUV | 114.3 | 122.19 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 119 | 104 | 0.08 | 0 | 0.13 | 0.53 | 100 | 0.07 | 0.44 |
| Hex | 6D | 77 | 68 | 8 | 0 | D | 35 | 64 | 7 | 2C |
| Octal | 155 | 167 | 150 | 10 | 0 | 15 | 65 | 144 | 7 | 54 |
| Binary | 1101101 | 1110111 | 1101000 | 1000 | 0 | 1101 | 110101 | 1100100 | 111 | 101100 |
Color Harmonies of #6D7768
Complementary color
Monochromatic Colors of #6D7768
Black with #6D7768
Text Example
Text Example
White with #6D7768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7768; }
p { color: rgb(109,119,104); }
H1.HeaderClassName
{
color: #6D7768;
}
.AnyTagClassName
{
color: #6D7768;
}
</style>
background-color css
<style>
a { background-color: #6D7768; }
a { background-color: rgb(109,119,104); }
div.DivClassName
{
background-color: #6D7768;
}
.BgClassName
{
background-color: #6D7768;
}
</style>
border-color css
<style>
span { border-color: #6D7768; }
span { border-color: rgb(109,119,104); }
td.TdClassName
{
border-color: #6D7768;
}
.TagClassName
{
border-color: #6D7768;
}
</style>