Shades of Axolotl #6C7B66
Tints of Axolotl #6C7B66
RGB
CMYK
RGB Variations
Color information
#6C7B66 (or 0x6C7B66) is known color: Axolotl. HEX triplet: 6C, 7B and 66. RGB value is (108,123,102). Sum of RGB (Red+Green+Blue) = 108+123+102=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 123 - color contains mainly: green. Hex color #6C7B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7B66 is #938499. Grayscale: #747474. Windows color (decimal): -9667738 or 6716268. OLE color: 6716268.
HSL color Cylindrical-coordinate representation of color #6C7B66: hue angle of 102.86º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6C7B66 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 108 | 123 | 102 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.52 |
| HSL | 102.86º | 0.09% | 0.44% | - |
| HSV(B) | 102.86º | 0.17% | 0.48% | - |
| XYZ | 15.67 | 18.31 | 15.28 | - |
| YUV | 116.12 | 120.03 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 123 | 102 | 0.12 | 0 | 0.17 | 0.52 | 102.86 | 0.09 | 0.44 |
| Hex | 6C | 7B | 66 | C | 0 | 11 | 34 | 67 | 9 | 2C |
| Octal | 154 | 173 | 146 | 14 | 0 | 21 | 64 | 147 | 11 | 54 |
| Binary | 1101100 | 1111011 | 1100110 | 1100 | 0 | 10001 | 110100 | 1100111 | 1001 | 101100 |
Color Harmonies of #6C7B66
Complementary color
Monochromatic Colors of #6C7B66
Black with #6C7B66
Text Example
Text Example
White with #6C7B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7B66; }
p { color: rgb(108,123,102); }
H1.HeaderClassName
{
color: #6C7B66;
}
.AnyTagClassName
{
color: #6C7B66;
}
</style>
background-color css
<style>
a { background-color: #6C7B66; }
a { background-color: rgb(108,123,102); }
div.DivClassName
{
background-color: #6C7B66;
}
.BgClassName
{
background-color: #6C7B66;
}
</style>
border-color css
<style>
span { border-color: #6C7B66; }
span { border-color: rgb(108,123,102); }
td.TdClassName
{
border-color: #6C7B66;
}
.TagClassName
{
border-color: #6C7B66;
}
</style>