Shades of Axolotl #697E62
Tints of Axolotl #697E62
RGB
CMYK
RGB Variations
Color information
#697E62 (or 0x697E62) is known color: Axolotl. HEX triplet: 69, 7E and 62. RGB value is (105,126,98). Sum of RGB (Red+Green+Blue) = 105+126+98=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 126 - color contains mainly: green. Hex color #697E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697E62 is #96819D. Grayscale: #747474. Windows color (decimal): -9863582 or 6454889. OLE color: 6454889.
HSL color Cylindrical-coordinate representation of color #697E62: hue angle of 105º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #697E62 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 105 | 126 | 98 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.51 |
| HSL | 105º | 0.13% | 0.44% | - |
| HSV(B) | 105º | 0.22% | 0.49% | - |
| XYZ | 15.49 | 18.81 | 14.37 | - |
| YUV | 116.53 | 117.54 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 126 | 98 | 0.17 | 0 | 0.22 | 0.51 | 105 | 0.13 | 0.44 |
| Hex | 69 | 7E | 62 | 11 | 0 | 16 | 33 | 69 | C | 2C |
| Octal | 151 | 176 | 142 | 21 | 0 | 26 | 63 | 151 | 14 | 54 |
| Binary | 1101001 | 1111110 | 1100010 | 10001 | 0 | 10110 | 110011 | 1101001 | 1100 | 101100 |
Color Harmonies of #697E62
Complementary color
Monochromatic Colors of #697E62
Black with #697E62
Text Example
Text Example
White with #697E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697E62; }
p { color: rgb(105,126,98); }
H1.HeaderClassName
{
color: #697E62;
}
.AnyTagClassName
{
color: #697E62;
}
</style>
background-color css
<style>
a { background-color: #697E62; }
a { background-color: rgb(105,126,98); }
div.DivClassName
{
background-color: #697E62;
}
.BgClassName
{
background-color: #697E62;
}
</style>
border-color css
<style>
span { border-color: #697E62; }
span { border-color: rgb(105,126,98); }
td.TdClassName
{
border-color: #697E62;
}
.TagClassName
{
border-color: #697E62;
}
</style>