Shades of Axolotl #68815F
Tints of Axolotl #68815F
RGB
CMYK
RGB Variations
Color information
#68815F (or 0x68815F) is known color: Axolotl. HEX triplet: 68, 81 and 5F. RGB value is (104,129,95). Sum of RGB (Red+Green+Blue) = 104+129+95=328 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.71% from 328); Green value is 129 (50.78% from 255 or 39.33% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 129 - color contains mainly: green. Hex color #68815F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68815F is #977EA0. Grayscale: #757575. Windows color (decimal): -9928353 or 6259048. OLE color: 6259048.
HSL color Cylindrical-coordinate representation of color #68815F: hue angle of 104.12º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #68815F is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 129 | 95 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.49 |
| HSL | 104.12º | 0.15% | 0.44% | - |
| HSV(B) | 104.12º | 0.26% | 0.51% | - |
| XYZ | 15.62 | 19.47 | 13.76 | - |
| YUV | 117.65 | 115.22 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 129 | 95 | 0.19 | 0 | 0.26 | 0.49 | 104.12 | 0.15 | 0.44 |
| Hex | 68 | 81 | 5F | 13 | 0 | 1A | 31 | 68 | F | 2C |
| Octal | 150 | 201 | 137 | 23 | 0 | 32 | 61 | 150 | 17 | 54 |
| Binary | 1101000 | 10000001 | 1011111 | 10011 | 0 | 11010 | 110001 | 1101000 | 1111 | 101100 |
Color Harmonies of #68815F
Complementary color
Monochromatic Colors of #68815F
Black with #68815F
Text Example
Text Example
White with #68815F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68815F; }
p { color: rgb(104,129,95); }
H1.HeaderClassName
{
color: #68815F;
}
.AnyTagClassName
{
color: #68815F;
}
</style>
background-color css
<style>
a { background-color: #68815F; }
a { background-color: rgb(104,129,95); }
div.DivClassName
{
background-color: #68815F;
}
.BgClassName
{
background-color: #68815F;
}
</style>
border-color css
<style>
span { border-color: #68815F; }
span { border-color: rgb(104,129,95); }
td.TdClassName
{
border-color: #68815F;
}
.TagClassName
{
border-color: #68815F;
}
</style>