Shades of Axolotl #697962
Tints of Axolotl #697962
RGB
CMYK
RGB Variations
Color information
#697962 (or 0x697962) is known color: Axolotl. HEX triplet: 69, 79 and 62. RGB value is (105,121,98). Sum of RGB (Red+Green+Blue) = 105+121+98=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 121 - color contains mainly: green. Hex color #697962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #697962 is #96869D. Grayscale: #717171. Windows color (decimal): -9864862 or 6453609. OLE color: 6453609.
HSL color Cylindrical-coordinate representation of color #697962: hue angle of 101.74º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #697962 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 105 | 121 | 98 | - |
| CMYK | 0.13 | 0 | 0.19 | 0.53 |
| HSL | 101.74º | 0.11% | 0.43% | - |
| HSV(B) | 101.74º | 0.19% | 0.47% | - |
| XYZ | 14.87 | 17.56 | 14.16 | - |
| YUV | 113.59 | 119.2 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 121 | 98 | 0.13 | 0 | 0.19 | 0.53 | 101.74 | 0.11 | 0.43 |
| Hex | 69 | 79 | 62 | D | 0 | 13 | 35 | 66 | B | 2B |
| Octal | 151 | 171 | 142 | 15 | 0 | 23 | 65 | 146 | 13 | 53 |
| Binary | 1101001 | 1111001 | 1100010 | 1101 | 0 | 10011 | 110101 | 1100110 | 1011 | 101011 |
Color Harmonies of #697962
Complementary color
Monochromatic Colors of #697962
Black with #697962
Text Example
Text Example
White with #697962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697962; }
p { color: rgb(105,121,98); }
H1.HeaderClassName
{
color: #697962;
}
.AnyTagClassName
{
color: #697962;
}
</style>
background-color css
<style>
a { background-color: #697962; }
a { background-color: rgb(105,121,98); }
div.DivClassName
{
background-color: #697962;
}
.BgClassName
{
background-color: #697962;
}
</style>
border-color css
<style>
span { border-color: #697962; }
span { border-color: rgb(105,121,98); }
td.TdClassName
{
border-color: #697962;
}
.TagClassName
{
border-color: #697962;
}
</style>