Shades of Axolotl #68835E
Tints of Axolotl #68835E
RGB
CMYK
RGB Variations
Color information
#68835E (or 0x68835E) is known color: Axolotl. HEX triplet: 68, 83 and 5E. RGB value is (104,131,94). Sum of RGB (Red+Green+Blue) = 104+131+94=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 131 - color contains mainly: green. Hex color #68835E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68835E is #977CA1. Grayscale: #767676. Windows color (decimal): -9927842 or 6194024. OLE color: 6194024.
HSL color Cylindrical-coordinate representation of color #68835E: hue angle of 103.78º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #68835E is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 131 | 94 | - |
| CMYK | 0.21 | 0 | 0.28 | 0.49 |
| HSL | 103.78º | 0.16% | 0.44% | - |
| HSV(B) | 103.78º | 0.28% | 0.51% | - |
| XYZ | 15.85 | 19.98 | 13.61 | - |
| YUV | 118.71 | 114.05 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 131 | 94 | 0.21 | 0 | 0.28 | 0.49 | 103.78 | 0.16 | 0.44 |
| Hex | 68 | 83 | 5E | 15 | 0 | 1C | 31 | 68 | 10 | 2C |
| Octal | 150 | 203 | 136 | 25 | 0 | 34 | 61 | 150 | 20 | 54 |
| Binary | 1101000 | 10000011 | 1011110 | 10101 | 0 | 11100 | 110001 | 1101000 | 10000 | 101100 |
Color Harmonies of #68835E
Complementary color
Monochromatic Colors of #68835E
Black with #68835E
Text Example
Text Example
White with #68835E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68835E; }
p { color: rgb(104,131,94); }
H1.HeaderClassName
{
color: #68835E;
}
.AnyTagClassName
{
color: #68835E;
}
</style>
background-color css
<style>
a { background-color: #68835E; }
a { background-color: rgb(104,131,94); }
div.DivClassName
{
background-color: #68835E;
}
.BgClassName
{
background-color: #68835E;
}
</style>
border-color css
<style>
span { border-color: #68835E; }
span { border-color: rgb(104,131,94); }
td.TdClassName
{
border-color: #68835E;
}
.TagClassName
{
border-color: #68835E;
}
</style>