Shades of Axolotl #6D8160
Tints of Axolotl #6D8160
RGB
CMYK
RGB Variations
Color information
#6D8160 (or 0x6D8160) is known color: Axolotl. HEX triplet: 6D, 81 and 60. RGB value is (109,129,96). Sum of RGB (Red+Green+Blue) = 109+129+96=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 129 (50.78% from 255 or 38.62% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 129 - color contains mainly: green. Hex color #6D8160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8160 is #927E9F. Grayscale: #777777. Windows color (decimal): -9600672 or 6324589. OLE color: 6324589.
HSL color Cylindrical-coordinate representation of color #6D8160: hue angle of 96.36º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D8160 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 129 | 96 | - |
| CMYK | 0.16 | 0 | 0.26 | 0.49 |
| HSL | 96.36º | 0.15% | 0.44% | - |
| HSV(B) | 96.36º | 0.26% | 0.51% | - |
| XYZ | 16.27 | 19.8 | 14.03 | - |
| YUV | 119.26 | 114.87 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 129 | 96 | 0.16 | 0 | 0.26 | 0.49 | 96.36 | 0.15 | 0.44 |
| Hex | 6D | 81 | 60 | 10 | 0 | 1A | 31 | 60 | F | 2C |
| Octal | 155 | 201 | 140 | 20 | 0 | 32 | 61 | 140 | 17 | 54 |
| Binary | 1101101 | 10000001 | 1100000 | 10000 | 0 | 11010 | 110001 | 1100000 | 1111 | 101100 |
Color Harmonies of #6D8160
Complementary color
Monochromatic Colors of #6D8160
Black with #6D8160
Text Example
Text Example
White with #6D8160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8160; }
p { color: rgb(109,129,96); }
H1.HeaderClassName
{
color: #6D8160;
}
.AnyTagClassName
{
color: #6D8160;
}
</style>
background-color css
<style>
a { background-color: #6D8160; }
a { background-color: rgb(109,129,96); }
div.DivClassName
{
background-color: #6D8160;
}
.BgClassName
{
background-color: #6D8160;
}
</style>
border-color css
<style>
span { border-color: #6D8160; }
span { border-color: rgb(109,129,96); }
td.TdClassName
{
border-color: #6D8160;
}
.TagClassName
{
border-color: #6D8160;
}
</style>