Shades of Axolotl #6B8160
Tints of Axolotl #6B8160
RGB
CMYK
RGB Variations
Color information
#6B8160 (or 0x6B8160) is known color: Axolotl. HEX triplet: 6B, 81 and 60. RGB value is (107,129,96). Sum of RGB (Red+Green+Blue) = 107+129+96=332 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.23% from 332); Green value is 129 (50.78% from 255 or 38.86% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 129 - color contains mainly: green. Hex color #6B8160 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8160 is #947E9F. Grayscale: #767676. Windows color (decimal): -9731744 or 6324587. OLE color: 6324587.
HSL color Cylindrical-coordinate representation of color #6B8160: hue angle of 100º 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 #6B8160 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 129 | 96 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.49 |
| HSL | 100º | 0.15% | 0.44% | - |
| HSV(B) | 100º | 0.26% | 0.51% | - |
| XYZ | 16.02 | 19.67 | 14.02 | - |
| YUV | 118.66 | 115.21 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 129 | 96 | 0.17 | 0 | 0.26 | 0.49 | 100 | 0.15 | 0.44 |
| Hex | 6B | 81 | 60 | 11 | 0 | 1A | 31 | 64 | F | 2C |
| Octal | 153 | 201 | 140 | 21 | 0 | 32 | 61 | 144 | 17 | 54 |
| Binary | 1101011 | 10000001 | 1100000 | 10001 | 0 | 11010 | 110001 | 1100100 | 1111 | 101100 |
Color Harmonies of #6B8160
Complementary color
Monochromatic Colors of #6B8160
Black with #6B8160
Text Example
Text Example
White with #6B8160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8160; }
p { color: rgb(107,129,96); }
H1.HeaderClassName
{
color: #6B8160;
}
.AnyTagClassName
{
color: #6B8160;
}
</style>
background-color css
<style>
a { background-color: #6B8160; }
a { background-color: rgb(107,129,96); }
div.DivClassName
{
background-color: #6B8160;
}
.BgClassName
{
background-color: #6B8160;
}
</style>
border-color css
<style>
span { border-color: #6B8160; }
span { border-color: rgb(107,129,96); }
td.TdClassName
{
border-color: #6B8160;
}
.TagClassName
{
border-color: #6B8160;
}
</style>