Shades of Axolotl #697C62
Tints of Axolotl #697C62
RGB
CMYK
RGB Variations
Color information
#697C62 (or 0x697C62) is known color: Axolotl. HEX triplet: 69, 7C and 62. RGB value is (105,124,98). Sum of RGB (Red+Green+Blue) = 105+124+98=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 98 (38.67% from 255 or 29.97% from 327); Max value from RGB is 124 - color contains mainly: green. Hex color #697C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697C62 is #96839D. Grayscale: #737373. Windows color (decimal): -9864094 or 6454377. OLE color: 6454377.
HSL color Cylindrical-coordinate representation of color #697C62: hue angle of 103.85º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #697C62 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 124 | 98 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.51 |
| HSL | 103.85º | 0.12% | 0.44% | - |
| HSV(B) | 103.85º | 0.21% | 0.49% | - |
| XYZ | 15.24 | 18.3 | 14.28 | - |
| YUV | 115.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 98 | 0.15 | 0 | 0.21 | 0.51 | 103.85 | 0.12 | 0.44 |
| Hex | 69 | 7C | 62 | F | 0 | 15 | 33 | 68 | C | 2C |
| Octal | 151 | 174 | 142 | 17 | 0 | 25 | 63 | 150 | 14 | 54 |
| Binary | 1101001 | 1111100 | 1100010 | 1111 | 0 | 10101 | 110011 | 1101000 | 1100 | 101100 |
Color Harmonies of #697C62
Complementary color
Monochromatic Colors of #697C62
Black with #697C62
Text Example
Text Example
White with #697C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C62; }
p { color: rgb(105,124,98); }
H1.HeaderClassName
{
color: #697C62;
}
.AnyTagClassName
{
color: #697C62;
}
</style>
background-color css
<style>
a { background-color: #697C62; }
a { background-color: rgb(105,124,98); }
div.DivClassName
{
background-color: #697C62;
}
.BgClassName
{
background-color: #697C62;
}
</style>
border-color css
<style>
span { border-color: #697C62; }
span { border-color: rgb(105,124,98); }
td.TdClassName
{
border-color: #697C62;
}
.TagClassName
{
border-color: #697C62;
}
</style>