Shades of Axolotl #68845D
Tints of Axolotl #68845D
RGB
CMYK
RGB Variations
Color information
#68845D (or 0x68845D) is known color: Axolotl. HEX triplet: 68, 84 and 5D. RGB value is (104,132,93). Sum of RGB (Red+Green+Blue) = 104+132+93=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #68845D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68845D is #977BA2. Grayscale: #777777. Windows color (decimal): -9927587 or 6128744. OLE color: 6128744.
HSL color Cylindrical-coordinate representation of color #68845D: hue angle of 103.08º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68845D is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 132 | 93 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.48 |
| HSL | 103.08º | 0.17% | 0.44% | - |
| HSV(B) | 103.08º | 0.3% | 0.52% | - |
| XYZ | 15.94 | 20.24 | 13.42 | - |
| YUV | 119.18 | 113.22 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 132 | 93 | 0.21 | 0 | 0.30 | 0.48 | 103.08 | 0.17 | 0.44 |
| Hex | 68 | 84 | 5D | 15 | 0 | 1E | 30 | 67 | 11 | 2C |
| Octal | 150 | 204 | 135 | 25 | 0 | 36 | 60 | 147 | 21 | 54 |
| Binary | 1101000 | 10000100 | 1011101 | 10101 | 0 | 11110 | 110000 | 1100111 | 10001 | 101100 |
Color Harmonies of #68845D
Complementary color
Monochromatic Colors of #68845D
Black with #68845D
Text Example
Text Example
White with #68845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68845D; }
p { color: rgb(104,132,93); }
H1.HeaderClassName
{
color: #68845D;
}
.AnyTagClassName
{
color: #68845D;
}
</style>
background-color css
<style>
a { background-color: #68845D; }
a { background-color: rgb(104,132,93); }
div.DivClassName
{
background-color: #68845D;
}
.BgClassName
{
background-color: #68845D;
}
</style>
border-color css
<style>
span { border-color: #68845D; }
span { border-color: rgb(104,132,93); }
td.TdClassName
{
border-color: #68845D;
}
.TagClassName
{
border-color: #68845D;
}
</style>