Shades of Axolotl #68825F
Tints of Axolotl #68825F
RGB
CMYK
RGB Variations
Color information
#68825F (or 0x68825F) is known color: Axolotl. HEX triplet: 68, 82 and 5F. RGB value is (104,130,95). Sum of RGB (Red+Green+Blue) = 104+130+95=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 130 - color contains mainly: green. Hex color #68825F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68825F is #977DA0. Grayscale: #767676. Windows color (decimal): -9928097 or 6259304. OLE color: 6259304.
HSL color Cylindrical-coordinate representation of color #68825F: hue angle of 104.57º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #68825F is Cyan = 0.2, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 130 | 95 | - |
| CMYK | 0.2 | 0 | 0.27 | 0.49 |
| HSL | 104.57º | 0.16% | 0.44% | - |
| HSV(B) | 104.57º | 0.27% | 0.51% | - |
| XYZ | 15.76 | 19.73 | 13.81 | - |
| YUV | 118.24 | 114.89 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 95 | 0.2 | 0 | 0.27 | 0.49 | 104.57 | 0.16 | 0.44 |
| Hex | 68 | 82 | 5F | 14 | 0 | 1B | 31 | 69 | 10 | 2C |
| Octal | 150 | 202 | 137 | 24 | 0 | 33 | 61 | 151 | 20 | 54 |
| Binary | 1101000 | 10000010 | 1011111 | 10100 | 0 | 11011 | 110001 | 1101001 | 10000 | 101100 |
Color Harmonies of #68825F
Complementary color
Monochromatic Colors of #68825F
Black with #68825F
Text Example
Text Example
White with #68825F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68825F; }
p { color: rgb(104,130,95); }
H1.HeaderClassName
{
color: #68825F;
}
.AnyTagClassName
{
color: #68825F;
}
</style>
background-color css
<style>
a { background-color: #68825F; }
a { background-color: rgb(104,130,95); }
div.DivClassName
{
background-color: #68825F;
}
.BgClassName
{
background-color: #68825F;
}
</style>
border-color css
<style>
span { border-color: #68825F; }
span { border-color: rgb(104,130,95); }
td.TdClassName
{
border-color: #68825F;
}
.TagClassName
{
border-color: #68825F;
}
</style>