Shades of Axolotl #697B5F
Tints of Axolotl #697B5F
RGB
CMYK
RGB Variations
Color information
#697B5F (or 0x697B5F) is known color: Axolotl. HEX triplet: 69, 7B and 5F. RGB value is (105,123,95). Sum of RGB (Red+Green+Blue) = 105+123+95=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 123 (48.44% from 255 or 38.08% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 123 - color contains mainly: green. Hex color #697B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697B5F is #9684A0. Grayscale: #727272. Windows color (decimal): -9864353 or 6257513. OLE color: 6257513.
HSL color Cylindrical-coordinate representation of color #697B5F: hue angle of 98.57º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #697B5F is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 123 | 95 | - |
| CMYK | 0.15 | 0 | 0.23 | 0.52 |
| HSL | 98.57º | 0.13% | 0.43% | - |
| HSV(B) | 98.57º | 0.23% | 0.48% | - |
| XYZ | 14.97 | 18 | 13.51 | - |
| YUV | 114.43 | 117.04 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 95 | 0.15 | 0 | 0.23 | 0.52 | 98.57 | 0.13 | 0.43 |
| Hex | 69 | 7B | 5F | F | 0 | 17 | 34 | 63 | D | 2B |
| Octal | 151 | 173 | 137 | 17 | 0 | 27 | 64 | 143 | 15 | 53 |
| Binary | 1101001 | 1111011 | 1011111 | 1111 | 0 | 10111 | 110100 | 1100011 | 1101 | 101011 |
Color Harmonies of #697B5F
Complementary color
Monochromatic Colors of #697B5F
Black with #697B5F
Text Example
Text Example
White with #697B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697B5F; }
p { color: rgb(105,123,95); }
H1.HeaderClassName
{
color: #697B5F;
}
.AnyTagClassName
{
color: #697B5F;
}
</style>
background-color css
<style>
a { background-color: #697B5F; }
a { background-color: rgb(105,123,95); }
div.DivClassName
{
background-color: #697B5F;
}
.BgClassName
{
background-color: #697B5F;
}
</style>
border-color css
<style>
span { border-color: #697B5F; }
span { border-color: rgb(105,123,95); }
td.TdClassName
{
border-color: #697B5F;
}
.TagClassName
{
border-color: #697B5F;
}
</style>