Shades of Axolotl #697863
Tints of Axolotl #697863
RGB
CMYK
RGB Variations
Color information
#697863 (or 0x697863) is known color: Axolotl. HEX triplet: 69, 78 and 63. RGB value is (105,120,99). Sum of RGB (Red+Green+Blue) = 105+120+99=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 120 - color contains mainly: green. Hex color #697863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697863 is #96879C. Grayscale: #717171. Windows color (decimal): -9865117 or 6518889. OLE color: 6518889.
HSL color Cylindrical-coordinate representation of color #697863: hue angle of 102.86º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #697863 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 120 | 99 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.53 |
| HSL | 102.86º | 0.1% | 0.43% | - |
| HSV(B) | 102.86º | 0.18% | 0.47% | - |
| XYZ | 14.79 | 17.34 | 14.37 | - |
| YUV | 113.12 | 120.03 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 120 | 99 | 0.13 | 0 | 0.17 | 0.53 | 102.86 | 0.1 | 0.43 |
| Hex | 69 | 78 | 63 | D | 0 | 11 | 35 | 67 | A | 2B |
| Octal | 151 | 170 | 143 | 15 | 0 | 21 | 65 | 147 | 12 | 53 |
| Binary | 1101001 | 1111000 | 1100011 | 1101 | 0 | 10001 | 110101 | 1100111 | 1010 | 101011 |
Color Harmonies of #697863
Complementary color
Monochromatic Colors of #697863
Black with #697863
Text Example
Text Example
White with #697863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697863; }
p { color: rgb(105,120,99); }
H1.HeaderClassName
{
color: #697863;
}
.AnyTagClassName
{
color: #697863;
}
</style>
background-color css
<style>
a { background-color: #697863; }
a { background-color: rgb(105,120,99); }
div.DivClassName
{
background-color: #697863;
}
.BgClassName
{
background-color: #697863;
}
</style>
border-color css
<style>
span { border-color: #697863; }
span { border-color: rgb(105,120,99); }
td.TdClassName
{
border-color: #697863;
}
.TagClassName
{
border-color: #697863;
}
</style>