Shades of Axolotl #68825C
Tints of Axolotl #68825C
RGB
CMYK
RGB Variations
Color information
#68825C (or 0x68825C) is known color: Axolotl. HEX triplet: 68, 82 and 5C. RGB value is (104,130,92). Sum of RGB (Red+Green+Blue) = 104+130+92=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 130 - color contains mainly: green. Hex color #68825C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68825C is #977DA3. Grayscale: #767676. Windows color (decimal): -9928100 or 6062696. OLE color: 6062696.
HSL color Cylindrical-coordinate representation of color #68825C: hue angle of 101.05º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68825C is Cyan = 0.2, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 130 | 92 | - |
| CMYK | 0.2 | 0 | 0.29 | 0.49 |
| HSL | 101.05º | 0.17% | 0.44% | - |
| HSV(B) | 101.05º | 0.29% | 0.51% | - |
| XYZ | 15.62 | 19.68 | 13.1 | - |
| YUV | 117.89 | 113.39 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 92 | 0.2 | 0 | 0.29 | 0.49 | 101.05 | 0.17 | 0.44 |
| Hex | 68 | 82 | 5C | 14 | 0 | 1D | 31 | 65 | 11 | 2C |
| Octal | 150 | 202 | 134 | 24 | 0 | 35 | 61 | 145 | 21 | 54 |
| Binary | 1101000 | 10000010 | 1011100 | 10100 | 0 | 11101 | 110001 | 1100101 | 10001 | 101100 |
Color Harmonies of #68825C
Complementary color
Monochromatic Colors of #68825C
Black with #68825C
Text Example
Text Example
White with #68825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68825C; }
p { color: rgb(104,130,92); }
H1.HeaderClassName
{
color: #68825C;
}
.AnyTagClassName
{
color: #68825C;
}
</style>
background-color css
<style>
a { background-color: #68825C; }
a { background-color: rgb(104,130,92); }
div.DivClassName
{
background-color: #68825C;
}
.BgClassName
{
background-color: #68825C;
}
</style>
border-color css
<style>
span { border-color: #68825C; }
span { border-color: rgb(104,130,92); }
td.TdClassName
{
border-color: #68825C;
}
.TagClassName
{
border-color: #68825C;
}
</style>