Shades of Axolotl #68835C
Tints of Axolotl #68835C
RGB
CMYK
RGB Variations
Color information
#68835C (or 0x68835C) is known color: Axolotl. HEX triplet: 68, 83 and 5C. RGB value is (104,131,92). Sum of RGB (Red+Green+Blue) = 104+131+92=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 131 - color contains mainly: green. Hex color #68835C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68835C is #977CA3. Grayscale: #767676. Windows color (decimal): -9927844 or 6062952. OLE color: 6062952.
HSL color Cylindrical-coordinate representation of color #68835C: hue angle of 101.54º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #68835C is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 131 | 92 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.49 |
| HSL | 101.54º | 0.17% | 0.44% | - |
| HSV(B) | 101.54º | 0.3% | 0.51% | - |
| XYZ | 15.76 | 19.95 | 13.15 | - |
| YUV | 118.48 | 113.05 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 131 | 92 | 0.21 | 0 | 0.30 | 0.49 | 101.54 | 0.17 | 0.44 |
| Hex | 68 | 83 | 5C | 15 | 0 | 1E | 31 | 66 | 11 | 2C |
| Octal | 150 | 203 | 134 | 25 | 0 | 36 | 61 | 146 | 21 | 54 |
| Binary | 1101000 | 10000011 | 1011100 | 10101 | 0 | 11110 | 110001 | 1100110 | 10001 | 101100 |
Color Harmonies of #68835C
Complementary color
Monochromatic Colors of #68835C
Black with #68835C
Text Example
Text Example
White with #68835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68835C; }
p { color: rgb(104,131,92); }
H1.HeaderClassName
{
color: #68835C;
}
.AnyTagClassName
{
color: #68835C;
}
</style>
background-color css
<style>
a { background-color: #68835C; }
a { background-color: rgb(104,131,92); }
div.DivClassName
{
background-color: #68835C;
}
.BgClassName
{
background-color: #68835C;
}
</style>
border-color css
<style>
span { border-color: #68835C; }
span { border-color: rgb(104,131,92); }
td.TdClassName
{
border-color: #68835C;
}
.TagClassName
{
border-color: #68835C;
}
</style>