Shades of Axolotl #697E5F
Tints of Axolotl #697E5F
RGB
CMYK
RGB Variations
Color information
#697E5F (or 0x697E5F) is known color: Axolotl. HEX triplet: 69, 7E and 5F. RGB value is (105,126,95). Sum of RGB (Red+Green+Blue) = 105+126+95=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 126 - color contains mainly: green. Hex color #697E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697E5F is #9681A0. Grayscale: #747474. Windows color (decimal): -9863585 or 6258281. OLE color: 6258281.
HSL color Cylindrical-coordinate representation of color #697E5F: hue angle of 100.65º 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 #697E5F is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 126 | 95 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.51 |
| HSL | 100.65º | 0.14% | 0.43% | - |
| HSV(B) | 100.65º | 0.25% | 0.49% | - |
| XYZ | 15.35 | 18.75 | 13.64 | - |
| YUV | 116.19 | 116.04 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 126 | 95 | 0.17 | 0 | 0.25 | 0.51 | 100.65 | 0.14 | 0.43 |
| Hex | 69 | 7E | 5F | 11 | 0 | 19 | 33 | 65 | E | 2B |
| Octal | 151 | 176 | 137 | 21 | 0 | 31 | 63 | 145 | 16 | 53 |
| Binary | 1101001 | 1111110 | 1011111 | 10001 | 0 | 11001 | 110011 | 1100101 | 1110 | 101011 |
Color Harmonies of #697E5F
Complementary color
Monochromatic Colors of #697E5F
Black with #697E5F
Text Example
Text Example
White with #697E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697E5F; }
p { color: rgb(105,126,95); }
H1.HeaderClassName
{
color: #697E5F;
}
.AnyTagClassName
{
color: #697E5F;
}
</style>
background-color css
<style>
a { background-color: #697E5F; }
a { background-color: rgb(105,126,95); }
div.DivClassName
{
background-color: #697E5F;
}
.BgClassName
{
background-color: #697E5F;
}
</style>
border-color css
<style>
span { border-color: #697E5F; }
span { border-color: rgb(105,126,95); }
td.TdClassName
{
border-color: #697E5F;
}
.TagClassName
{
border-color: #697E5F;
}
</style>