Shades of Axolotl #68805E
Tints of Axolotl #68805E
RGB
CMYK
RGB Variations
Color information
#68805E (or 0x68805E) is known color: Axolotl. HEX triplet: 68, 80 and 5E. RGB value is (104,128,94). Sum of RGB (Red+Green+Blue) = 104+128+94=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 94 (37.11% from 255 or 28.83% from 326); Max value from RGB is 128 - color contains mainly: green. Hex color #68805E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68805E is #977FA1. Grayscale: #757575. Windows color (decimal): -9928610 or 6193256. OLE color: 6193256.
HSL color Cylindrical-coordinate representation of color #68805E: hue angle of 102.35º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68805E is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 128 | 94 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.50 |
| HSL | 102.35º | 0.15% | 0.44% | - |
| HSV(B) | 102.35º | 0.27% | 0.5% | - |
| XYZ | 15.45 | 19.19 | 13.48 | - |
| YUV | 116.95 | 115.05 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 128 | 94 | 0.19 | 0 | 0.27 | 0.50 | 102.35 | 0.15 | 0.44 |
| Hex | 68 | 80 | 5E | 13 | 0 | 1B | 32 | 66 | F | 2C |
| Octal | 150 | 200 | 136 | 23 | 0 | 33 | 62 | 146 | 17 | 54 |
| Binary | 1101000 | 10000000 | 1011110 | 10011 | 0 | 11011 | 110010 | 1100110 | 1111 | 101100 |
Color Harmonies of #68805E
Complementary color
Monochromatic Colors of #68805E
Black with #68805E
Text Example
Text Example
White with #68805E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68805E; }
p { color: rgb(104,128,94); }
H1.HeaderClassName
{
color: #68805E;
}
.AnyTagClassName
{
color: #68805E;
}
</style>
background-color css
<style>
a { background-color: #68805E; }
a { background-color: rgb(104,128,94); }
div.DivClassName
{
background-color: #68805E;
}
.BgClassName
{
background-color: #68805E;
}
</style>
border-color css
<style>
span { border-color: #68805E; }
span { border-color: rgb(104,128,94); }
td.TdClassName
{
border-color: #68805E;
}
.TagClassName
{
border-color: #68805E;
}
</style>