Shades of Axolotl #6B7A66
Tints of Axolotl #6B7A66
RGB
CMYK
RGB Variations
Color information
#6B7A66 (or 0x6B7A66) is known color: Axolotl. HEX triplet: 6B, 7A and 66. RGB value is (107,122,102). Sum of RGB (Red+Green+Blue) = 107+122+102=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 122 - color contains mainly: green. Hex color #6B7A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7A66 is #948599. Grayscale: #737373. Windows color (decimal): -9733530 or 6716011. OLE color: 6716011.
HSL color Cylindrical-coordinate representation of color #6B7A66: hue angle of 105º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6B7A66 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 122 | 102 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.52 |
| HSL | 105º | 0.09% | 0.44% | - |
| HSV(B) | 105º | 0.16% | 0.48% | - |
| XYZ | 15.42 | 18 | 15.23 | - |
| YUV | 115.24 | 120.53 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 122 | 102 | 0.12 | 0 | 0.16 | 0.52 | 105 | 0.09 | 0.44 |
| Hex | 6B | 7A | 66 | C | 0 | 10 | 34 | 69 | 9 | 2C |
| Octal | 153 | 172 | 146 | 14 | 0 | 20 | 64 | 151 | 11 | 54 |
| Binary | 1101011 | 1111010 | 1100110 | 1100 | 0 | 10000 | 110100 | 1101001 | 1001 | 101100 |
Color Harmonies of #6B7A66
Complementary color
Monochromatic Colors of #6B7A66
Black with #6B7A66
Text Example
Text Example
White with #6B7A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7A66; }
p { color: rgb(107,122,102); }
H1.HeaderClassName
{
color: #6B7A66;
}
.AnyTagClassName
{
color: #6B7A66;
}
</style>
background-color css
<style>
a { background-color: #6B7A66; }
a { background-color: rgb(107,122,102); }
div.DivClassName
{
background-color: #6B7A66;
}
.BgClassName
{
background-color: #6B7A66;
}
</style>
border-color css
<style>
span { border-color: #6B7A66; }
span { border-color: rgb(107,122,102); }
td.TdClassName
{
border-color: #6B7A66;
}
.TagClassName
{
border-color: #6B7A66;
}
</style>