Shades of Axolotl #68845E
Tints of Axolotl #68845E
RGB
CMYK
RGB Variations
Color information
#68845E (or 0x68845E) is known color: Axolotl. HEX triplet: 68, 84 and 5E. RGB value is (104,132,94). Sum of RGB (Red+Green+Blue) = 104+132+94=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 132 (51.95% from 255 or 40% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 132 - color contains mainly: green. Hex color #68845E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68845E is #977BA1. Grayscale: #777777. Windows color (decimal): -9927586 or 6194280. OLE color: 6194280.
HSL color Cylindrical-coordinate representation of color #68845E: hue angle of 104.21º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68845E is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 132 | 94 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.48 |
| HSL | 104.21º | 0.17% | 0.44% | - |
| HSV(B) | 104.21º | 0.29% | 0.52% | - |
| XYZ | 15.98 | 20.25 | 13.66 | - |
| YUV | 119.3 | 113.72 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 132 | 94 | 0.21 | 0 | 0.29 | 0.48 | 104.21 | 0.17 | 0.44 |
| Hex | 68 | 84 | 5E | 15 | 0 | 1D | 30 | 68 | 11 | 2C |
| Octal | 150 | 204 | 136 | 25 | 0 | 35 | 60 | 150 | 21 | 54 |
| Binary | 1101000 | 10000100 | 1011110 | 10101 | 0 | 11101 | 110000 | 1101000 | 10001 | 101100 |
Color Harmonies of #68845E
Complementary color
Monochromatic Colors of #68845E
Black with #68845E
Text Example
Text Example
White with #68845E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68845E; }
p { color: rgb(104,132,94); }
H1.HeaderClassName
{
color: #68845E;
}
.AnyTagClassName
{
color: #68845E;
}
</style>
background-color css
<style>
a { background-color: #68845E; }
a { background-color: rgb(104,132,94); }
div.DivClassName
{
background-color: #68845E;
}
.BgClassName
{
background-color: #68845E;
}
</style>
border-color css
<style>
span { border-color: #68845E; }
span { border-color: rgb(104,132,94); }
td.TdClassName
{
border-color: #68845E;
}
.TagClassName
{
border-color: #68845E;
}
</style>