Shades of Axolotl #697B62
Tints of Axolotl #697B62
RGB
CMYK
RGB Variations
Color information
#697B62 (or 0x697B62) is known color: Axolotl. HEX triplet: 69, 7B and 62. RGB value is (105,123,98). Sum of RGB (Red+Green+Blue) = 105+123+98=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 123 - color contains mainly: green. Hex color #697B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697B62 is #96849D. Grayscale: #727272. Windows color (decimal): -9864350 or 6454121. OLE color: 6454121.
HSL color Cylindrical-coordinate representation of color #697B62: hue angle of 103.2º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #697B62 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 105 | 123 | 98 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.52 |
| HSL | 103.2º | 0.11% | 0.43% | - |
| HSV(B) | 103.2º | 0.2% | 0.48% | - |
| XYZ | 15.11 | 18.05 | 14.24 | - |
| YUV | 114.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 123 | 98 | 0.15 | 0 | 0.20 | 0.52 | 103.2 | 0.11 | 0.43 |
| Hex | 69 | 7B | 62 | F | 0 | 14 | 34 | 67 | B | 2B |
| Octal | 151 | 173 | 142 | 17 | 0 | 24 | 64 | 147 | 13 | 53 |
| Binary | 1101001 | 1111011 | 1100010 | 1111 | 0 | 10100 | 110100 | 1100111 | 1011 | 101011 |
Color Harmonies of #697B62
Complementary color
Monochromatic Colors of #697B62
Black with #697B62
Text Example
Text Example
White with #697B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697B62; }
p { color: rgb(105,123,98); }
H1.HeaderClassName
{
color: #697B62;
}
.AnyTagClassName
{
color: #697B62;
}
</style>
background-color css
<style>
a { background-color: #697B62; }
a { background-color: rgb(105,123,98); }
div.DivClassName
{
background-color: #697B62;
}
.BgClassName
{
background-color: #697B62;
}
</style>
border-color css
<style>
span { border-color: #697B62; }
span { border-color: rgb(105,123,98); }
td.TdClassName
{
border-color: #697B62;
}
.TagClassName
{
border-color: #697B62;
}
</style>