Shades of Axolotl #68855D
Tints of Axolotl #68855D
RGB
CMYK
RGB Variations
Color information
#68855D (or 0x68855D) is known color: Axolotl. HEX triplet: 68, 85 and 5D. RGB value is (104,133,93). Sum of RGB (Red+Green+Blue) = 104+133+93=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #68855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68855D is #977AA2. Grayscale: #777777. Windows color (decimal): -9927331 or 6129000. OLE color: 6129000.
HSL color Cylindrical-coordinate representation of color #68855D: hue angle of 103.5º degrees, saturation: 0.18, 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 #68855D is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 133 | 93 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.48 |
| HSL | 103.5º | 0.18% | 0.44% | - |
| HSV(B) | 103.5º | 0.3% | 0.52% | - |
| XYZ | 16.07 | 20.51 | 13.47 | - |
| YUV | 119.77 | 112.89 | 116.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 133 | 93 | 0.22 | 0 | 0.30 | 0.48 | 103.5 | 0.18 | 0.44 |
| Hex | 68 | 85 | 5D | 16 | 0 | 1E | 30 | 68 | 12 | 2C |
| Octal | 150 | 205 | 135 | 26 | 0 | 36 | 60 | 150 | 22 | 54 |
| Binary | 1101000 | 10000101 | 1011101 | 10110 | 0 | 11110 | 110000 | 1101000 | 10010 | 101100 |
Color Harmonies of #68855D
Complementary color
Monochromatic Colors of #68855D
Black with #68855D
Text Example
Text Example
White with #68855D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68855D; }
p { color: rgb(104,133,93); }
H1.HeaderClassName
{
color: #68855D;
}
.AnyTagClassName
{
color: #68855D;
}
</style>
background-color css
<style>
a { background-color: #68855D; }
a { background-color: rgb(104,133,93); }
div.DivClassName
{
background-color: #68855D;
}
.BgClassName
{
background-color: #68855D;
}
</style>
border-color css
<style>
span { border-color: #68855D; }
span { border-color: rgb(104,133,93); }
td.TdClassName
{
border-color: #68855D;
}
.TagClassName
{
border-color: #68855D;
}
</style>