Shades of Axolotl #697365
Tints of Axolotl #697365
RGB
CMYK
RGB Variations
Color information
#697365 (or 0x697365) is known color: Axolotl. HEX triplet: 69, 73 and 65. RGB value is (105,115,101). Sum of RGB (Red+Green+Blue) = 105+115+101=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 115 - color contains mainly: green. Hex color #697365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697365 is #968C9A. Grayscale: #6E6E6E. Windows color (decimal): -9866395 or 6648681. OLE color: 6648681.
HSL color Cylindrical-coordinate representation of color #697365: hue angle of 102.86º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #697365 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 105 | 115 | 101 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.55 |
| HSL | 102.86º | 0.06% | 0.42% | - |
| HSV(B) | 102.86º | 0.12% | 0.45% | - |
| XYZ | 14.31 | 16.2 | 14.69 | - |
| YUV | 110.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 115 | 101 | 0.09 | 0 | 0.12 | 0.55 | 102.86 | 0.06 | 0.42 |
| Hex | 69 | 73 | 65 | 9 | 0 | C | 37 | 67 | 6 | 2A |
| Octal | 151 | 163 | 145 | 11 | 0 | 14 | 67 | 147 | 6 | 52 |
| Binary | 1101001 | 1110011 | 1100101 | 1001 | 0 | 1100 | 110111 | 1100111 | 110 | 101010 |
Color Harmonies of #697365
Complementary color
Monochromatic Colors of #697365
Black with #697365
Text Example
Text Example
White with #697365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697365; }
p { color: rgb(105,115,101); }
H1.HeaderClassName
{
color: #697365;
}
.AnyTagClassName
{
color: #697365;
}
</style>
background-color css
<style>
a { background-color: #697365; }
a { background-color: rgb(105,115,101); }
div.DivClassName
{
background-color: #697365;
}
.BgClassName
{
background-color: #697365;
}
</style>
border-color css
<style>
span { border-color: #697365; }
span { border-color: rgb(105,115,101); }
td.TdClassName
{
border-color: #697365;
}
.TagClassName
{
border-color: #697365;
}
</style>