Shades of Axolotl #68795D
Tints of Axolotl #68795D
RGB
CMYK
RGB Variations
Color information
#68795D (or 0x68795D) is known color: Axolotl. HEX triplet: 68, 79 and 5D. RGB value is (104,121,93). Sum of RGB (Red+Green+Blue) = 104+121+93=318 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.70% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 93 (36.72% from 255 or 29.25% from 318); Max value from RGB is 121 - color contains mainly: green. Hex color #68795D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68795D is #9786A2. Grayscale: #707070. Windows color (decimal): -9930403 or 6125928. OLE color: 6125928.
HSL color Cylindrical-coordinate representation of color #68795D: hue angle of 96.43º degrees, saturation: 0.13, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #68795D is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 121 | 93 | - |
| CMYK | 0.14 | 0 | 0.23 | 0.53 |
| HSL | 96.43º | 0.13% | 0.42% | - |
| HSV(B) | 96.43º | 0.23% | 0.47% | - |
| XYZ | 14.52 | 17.41 | 12.95 | - |
| YUV | 112.73 | 116.87 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 121 | 93 | 0.14 | 0 | 0.23 | 0.53 | 96.43 | 0.13 | 0.42 |
| Hex | 68 | 79 | 5D | E | 0 | 17 | 35 | 60 | D | 2A |
| Octal | 150 | 171 | 135 | 16 | 0 | 27 | 65 | 140 | 15 | 52 |
| Binary | 1101000 | 1111001 | 1011101 | 1110 | 0 | 10111 | 110101 | 1100000 | 1101 | 101010 |
Color Harmonies of #68795D
Complementary color
Monochromatic Colors of #68795D
Black with #68795D
Text Example
Text Example
White with #68795D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68795D; }
p { color: rgb(104,121,93); }
H1.HeaderClassName
{
color: #68795D;
}
.AnyTagClassName
{
color: #68795D;
}
</style>
background-color css
<style>
a { background-color: #68795D; }
a { background-color: rgb(104,121,93); }
div.DivClassName
{
background-color: #68795D;
}
.BgClassName
{
background-color: #68795D;
}
</style>
border-color css
<style>
span { border-color: #68795D; }
span { border-color: rgb(104,121,93); }
td.TdClassName
{
border-color: #68795D;
}
.TagClassName
{
border-color: #68795D;
}
</style>