Shades of Axolotl #68825E
Tints of Axolotl #68825E
RGB
CMYK
RGB Variations
Color information
#68825E (or 0x68825E) is known color: Axolotl. HEX triplet: 68, 82 and 5E. RGB value is (104,130,94). Sum of RGB (Red+Green+Blue) = 104+130+94=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 130 (51.17% from 255 or 39.63% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 130 - color contains mainly: green. Hex color #68825E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68825E is #977DA1. Grayscale: #767676. Windows color (decimal): -9928098 or 6193768. OLE color: 6193768.
HSL color Cylindrical-coordinate representation of color #68825E: hue angle of 103.33º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68825E is Cyan = 0.2, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 130 | 94 | - |
| CMYK | 0.2 | 0 | 0.28 | 0.49 |
| HSL | 103.33º | 0.16% | 0.44% | - |
| HSV(B) | 103.33º | 0.28% | 0.51% | - |
| XYZ | 15.71 | 19.72 | 13.57 | - |
| YUV | 118.12 | 114.39 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 94 | 0.2 | 0 | 0.28 | 0.49 | 103.33 | 0.16 | 0.44 |
| Hex | 68 | 82 | 5E | 14 | 0 | 1C | 31 | 67 | 10 | 2C |
| Octal | 150 | 202 | 136 | 24 | 0 | 34 | 61 | 147 | 20 | 54 |
| Binary | 1101000 | 10000010 | 1011110 | 10100 | 0 | 11100 | 110001 | 1100111 | 10000 | 101100 |
Color Harmonies of #68825E
Complementary color
Monochromatic Colors of #68825E
Black with #68825E
Text Example
Text Example
White with #68825E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68825E; }
p { color: rgb(104,130,94); }
H1.HeaderClassName
{
color: #68825E;
}
.AnyTagClassName
{
color: #68825E;
}
</style>
background-color css
<style>
a { background-color: #68825E; }
a { background-color: rgb(104,130,94); }
div.DivClassName
{
background-color: #68825E;
}
.BgClassName
{
background-color: #68825E;
}
</style>
border-color css
<style>
span { border-color: #68825E; }
span { border-color: rgb(104,130,94); }
td.TdClassName
{
border-color: #68825E;
}
.TagClassName
{
border-color: #68825E;
}
</style>