Shades of Axolotl #697C5D
Tints of Axolotl #697C5D
RGB
CMYK
RGB Variations
Color information
#697C5D (or 0x697C5D) is known color: Axolotl. HEX triplet: 69, 7C and 5D. RGB value is (105,124,93). Sum of RGB (Red+Green+Blue) = 105+124+93=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 124 (48.83% from 255 or 38.51% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 124 - color contains mainly: green. Hex color #697C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697C5D is #9683A2. Grayscale: #727272. Windows color (decimal): -9864099 or 6126697. OLE color: 6126697.
HSL color Cylindrical-coordinate representation of color #697C5D: hue angle of 96.77º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #697C5D is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 124 | 93 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.51 |
| HSL | 96.77º | 0.14% | 0.43% | - |
| HSV(B) | 96.77º | 0.25% | 0.49% | - |
| XYZ | 15.01 | 18.21 | 13.08 | - |
| YUV | 114.79 | 115.71 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 124 | 93 | 0.15 | 0 | 0.25 | 0.51 | 96.77 | 0.14 | 0.43 |
| Hex | 69 | 7C | 5D | F | 0 | 19 | 33 | 61 | E | 2B |
| Octal | 151 | 174 | 135 | 17 | 0 | 31 | 63 | 141 | 16 | 53 |
| Binary | 1101001 | 1111100 | 1011101 | 1111 | 0 | 11001 | 110011 | 1100001 | 1110 | 101011 |
Color Harmonies of #697C5D
Complementary color
Monochromatic Colors of #697C5D
Black with #697C5D
Text Example
Text Example
White with #697C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697C5D; }
p { color: rgb(105,124,93); }
H1.HeaderClassName
{
color: #697C5D;
}
.AnyTagClassName
{
color: #697C5D;
}
</style>
background-color css
<style>
a { background-color: #697C5D; }
a { background-color: rgb(105,124,93); }
div.DivClassName
{
background-color: #697C5D;
}
.BgClassName
{
background-color: #697C5D;
}
</style>
border-color css
<style>
span { border-color: #697C5D; }
span { border-color: rgb(105,124,93); }
td.TdClassName
{
border-color: #697C5D;
}
.TagClassName
{
border-color: #697C5D;
}
</style>