Shades of Axolotl #697661
Tints of Axolotl #697661
RGB
CMYK
RGB Variations
Color information
#697661 (or 0x697661) is known color: Axolotl. HEX triplet: 69, 76 and 61. RGB value is (105,118,97). Sum of RGB (Red+Green+Blue) = 105+118+97=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 118 - color contains mainly: green. Hex color #697661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697661 is #96899E. Grayscale: #6F6F6F. Windows color (decimal): -9865631 or 6387305. OLE color: 6387305.
HSL color Cylindrical-coordinate representation of color #697661: hue angle of 97.14º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #697661 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 118 | 97 | - |
| CMYK | 0.11 | 0 | 0.18 | 0.54 |
| HSL | 97.14º | 0.1% | 0.42% | - |
| HSV(B) | 97.14º | 0.18% | 0.46% | - |
| XYZ | 14.46 | 16.82 | 13.79 | - |
| YUV | 111.72 | 119.69 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 118 | 97 | 0.11 | 0 | 0.18 | 0.54 | 97.14 | 0.1 | 0.42 |
| Hex | 69 | 76 | 61 | B | 0 | 12 | 36 | 61 | A | 2A |
| Octal | 151 | 166 | 141 | 13 | 0 | 22 | 66 | 141 | 12 | 52 |
| Binary | 1101001 | 1110110 | 1100001 | 1011 | 0 | 10010 | 110110 | 1100001 | 1010 | 101010 |
Color Harmonies of #697661
Complementary color
Monochromatic Colors of #697661
Black with #697661
Text Example
Text Example
White with #697661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697661; }
p { color: rgb(105,118,97); }
H1.HeaderClassName
{
color: #697661;
}
.AnyTagClassName
{
color: #697661;
}
</style>
background-color css
<style>
a { background-color: #697661; }
a { background-color: rgb(105,118,97); }
div.DivClassName
{
background-color: #697661;
}
.BgClassName
{
background-color: #697661;
}
</style>
border-color css
<style>
span { border-color: #697661; }
span { border-color: rgb(105,118,97); }
td.TdClassName
{
border-color: #697661;
}
.TagClassName
{
border-color: #697661;
}
</style>