Shades of Axolotl #697764
Tints of Axolotl #697764
RGB
CMYK
RGB Variations
Color information
#697764 (or 0x697764) is known color: Axolotl. HEX triplet: 69, 77 and 64. RGB value is (105,119,100). Sum of RGB (Red+Green+Blue) = 105+119+100=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 119 - color contains mainly: green. Hex color #697764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697764 is #96889B. Grayscale: #707070. Windows color (decimal): -9865372 or 6584169. OLE color: 6584169.
HSL color Cylindrical-coordinate representation of color #697764: hue angle of 104.21º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #697764 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 119 | 100 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.53 |
| HSL | 104.21º | 0.09% | 0.43% | - |
| HSV(B) | 104.21º | 0.16% | 0.47% | - |
| XYZ | 14.72 | 17.12 | 14.58 | - |
| YUV | 112.65 | 120.86 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 119 | 100 | 0.12 | 0 | 0.16 | 0.53 | 104.21 | 0.09 | 0.43 |
| Hex | 69 | 77 | 64 | C | 0 | 10 | 35 | 68 | 9 | 2B |
| Octal | 151 | 167 | 144 | 14 | 0 | 20 | 65 | 150 | 11 | 53 |
| Binary | 1101001 | 1110111 | 1100100 | 1100 | 0 | 10000 | 110101 | 1101000 | 1001 | 101011 |
Color Harmonies of #697764
Complementary color
Monochromatic Colors of #697764
Black with #697764
Text Example
Text Example
White with #697764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697764; }
p { color: rgb(105,119,100); }
H1.HeaderClassName
{
color: #697764;
}
.AnyTagClassName
{
color: #697764;
}
</style>
background-color css
<style>
a { background-color: #697764; }
a { background-color: rgb(105,119,100); }
div.DivClassName
{
background-color: #697764;
}
.BgClassName
{
background-color: #697764;
}
</style>
border-color css
<style>
span { border-color: #697764; }
span { border-color: rgb(105,119,100); }
td.TdClassName
{
border-color: #697764;
}
.TagClassName
{
border-color: #697764;
}
</style>