Shades of Axolotl #697662
Tints of Axolotl #697662
RGB
CMYK
RGB Variations
Color information
#697662 (or 0x697662) is known color: Axolotl. HEX triplet: 69, 76 and 62. RGB value is (105,118,98). Sum of RGB (Red+Green+Blue) = 105+118+98=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 118 - color contains mainly: green. Hex color #697662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697662 is #96899D. Grayscale: #6F6F6F. Windows color (decimal): -9865630 or 6452841. OLE color: 6452841.
HSL color Cylindrical-coordinate representation of color #697662: hue angle of 99º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #697662 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 105 | 118 | 98 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.54 |
| HSL | 99º | 0.09% | 0.42% | - |
| HSV(B) | 99º | 0.17% | 0.46% | - |
| XYZ | 14.51 | 16.84 | 14.04 | - |
| YUV | 111.83 | 120.19 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 118 | 98 | 0.11 | 0 | 0.17 | 0.54 | 99 | 0.09 | 0.42 |
| Hex | 69 | 76 | 62 | B | 0 | 11 | 36 | 63 | 9 | 2A |
| Octal | 151 | 166 | 142 | 13 | 0 | 21 | 66 | 143 | 11 | 52 |
| Binary | 1101001 | 1110110 | 1100010 | 1011 | 0 | 10001 | 110110 | 1100011 | 1001 | 101010 |
Color Harmonies of #697662
Complementary color
Monochromatic Colors of #697662
Black with #697662
Text Example
Text Example
White with #697662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697662; }
p { color: rgb(105,118,98); }
H1.HeaderClassName
{
color: #697662;
}
.AnyTagClassName
{
color: #697662;
}
</style>
background-color css
<style>
a { background-color: #697662; }
a { background-color: rgb(105,118,98); }
div.DivClassName
{
background-color: #697662;
}
.BgClassName
{
background-color: #697662;
}
</style>
border-color css
<style>
span { border-color: #697662; }
span { border-color: rgb(105,118,98); }
td.TdClassName
{
border-color: #697662;
}
.TagClassName
{
border-color: #697662;
}
</style>