Shades of Axolotl #697D5B
Tints of Axolotl #697D5B
RGB
CMYK
RGB Variations
Color information
#697D5B (or 0x697D5B) is known color: Axolotl. HEX triplet: 69, 7D and 5B. RGB value is (105,125,91). Sum of RGB (Red+Green+Blue) = 105+125+91=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 125 (49.22% from 255 or 38.94% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 125 - color contains mainly: green. Hex color #697D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697D5B is #9682A4. Grayscale: #737373. Windows color (decimal): -9863845 or 5995881. OLE color: 5995881.
HSL color Cylindrical-coordinate representation of color #697D5B: hue angle of 95.29º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #697D5B is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 125 | 91 | - |
| CMYK | 0.16 | 0 | 0.27 | 0.51 |
| HSL | 95.29º | 0.16% | 0.42% | - |
| HSV(B) | 95.29º | 0.27% | 0.49% | - |
| XYZ | 15.05 | 18.43 | 12.66 | - |
| YUV | 115.14 | 114.37 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 125 | 91 | 0.16 | 0 | 0.27 | 0.51 | 95.29 | 0.16 | 0.42 |
| Hex | 69 | 7D | 5B | 10 | 0 | 1B | 33 | 5F | 10 | 2A |
| Octal | 151 | 175 | 133 | 20 | 0 | 33 | 63 | 137 | 20 | 52 |
| Binary | 1101001 | 1111101 | 1011011 | 10000 | 0 | 11011 | 110011 | 1011111 | 10000 | 101010 |
Color Harmonies of #697D5B
Complementary color
Monochromatic Colors of #697D5B
Black with #697D5B
Text Example
Text Example
White with #697D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697D5B; }
p { color: rgb(105,125,91); }
H1.HeaderClassName
{
color: #697D5B;
}
.AnyTagClassName
{
color: #697D5B;
}
</style>
background-color css
<style>
a { background-color: #697D5B; }
a { background-color: rgb(105,125,91); }
div.DivClassName
{
background-color: #697D5B;
}
.BgClassName
{
background-color: #697D5B;
}
</style>
border-color css
<style>
span { border-color: #697D5B; }
span { border-color: rgb(105,125,91); }
td.TdClassName
{
border-color: #697D5B;
}
.TagClassName
{
border-color: #697D5B;
}
</style>