Shades of Axolotl #696F66
Tints of Axolotl #696F66
RGB
CMYK
RGB Variations
Color information
#696F66 (or 0x696F66) is known color: Axolotl. HEX triplet: 69, 6F and 66. RGB value is (105,111,102). Sum of RGB (Red+Green+Blue) = 105+111+102=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 111 - color contains mainly: green. Hex color #696F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696F66 is #969099. Grayscale: #6C6C6C. Windows color (decimal): -9867418 or 6713193. OLE color: 6713193.
HSL color Cylindrical-coordinate representation of color #696F66: hue angle of 100º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #696F66 is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 105 | 111 | 102 | - |
| CMYK | 0.05 | 0 | 0.08 | 0.56 |
| HSL | 100º | 0.04% | 0.42% | - |
| HSV(B) | 100º | 0.08% | 0.44% | - |
| XYZ | 13.91 | 15.33 | 14.8 | - |
| YUV | 108.18 | 124.51 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 102 | 0.05 | 0 | 0.08 | 0.56 | 100 | 0.04 | 0.42 |
| Hex | 69 | 6F | 66 | 5 | 0 | 8 | 38 | 64 | 4 | 2A |
| Octal | 151 | 157 | 146 | 5 | 0 | 10 | 70 | 144 | 4 | 52 |
| Binary | 1101001 | 1101111 | 1100110 | 101 | 0 | 1000 | 111000 | 1100100 | 100 | 101010 |
Color Harmonies of #696F66
Complementary color
Monochromatic Colors of #696F66
Black with #696F66
Text Example
Text Example
White with #696F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696F66; }
p { color: rgb(105,111,102); }
H1.HeaderClassName
{
color: #696F66;
}
.AnyTagClassName
{
color: #696F66;
}
</style>
background-color css
<style>
a { background-color: #696F66; }
a { background-color: rgb(105,111,102); }
div.DivClassName
{
background-color: #696F66;
}
.BgClassName
{
background-color: #696F66;
}
</style>
border-color css
<style>
span { border-color: #696F66; }
span { border-color: rgb(105,111,102); }
td.TdClassName
{
border-color: #696F66;
}
.TagClassName
{
border-color: #696F66;
}
</style>