Shades of Axolotl #68805F
Tints of Axolotl #68805F
RGB
CMYK
RGB Variations
Color information
#68805F (or 0x68805F) is known color: Axolotl. HEX triplet: 68, 80 and 5F. RGB value is (104,128,95). Sum of RGB (Red+Green+Blue) = 104+128+95=327 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.80% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 128 - color contains mainly: green. Hex color #68805F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68805F is #977FA0. Grayscale: #757575. Windows color (decimal): -9928609 or 6258792. OLE color: 6258792.
HSL color Cylindrical-coordinate representation of color #68805F: hue angle of 103.64º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #68805F is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 128 | 95 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.50 |
| HSL | 103.64º | 0.15% | 0.44% | - |
| HSV(B) | 103.64º | 0.26% | 0.5% | - |
| XYZ | 15.49 | 19.21 | 13.72 | - |
| YUV | 117.06 | 115.55 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 128 | 95 | 0.19 | 0 | 0.26 | 0.50 | 103.64 | 0.15 | 0.44 |
| Hex | 68 | 80 | 5F | 13 | 0 | 1A | 32 | 68 | F | 2C |
| Octal | 150 | 200 | 137 | 23 | 0 | 32 | 62 | 150 | 17 | 54 |
| Binary | 1101000 | 10000000 | 1011111 | 10011 | 0 | 11010 | 110010 | 1101000 | 1111 | 101100 |
Color Harmonies of #68805F
Complementary color
Monochromatic Colors of #68805F
Black with #68805F
Text Example
Text Example
White with #68805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68805F; }
p { color: rgb(104,128,95); }
H1.HeaderClassName
{
color: #68805F;
}
.AnyTagClassName
{
color: #68805F;
}
</style>
background-color css
<style>
a { background-color: #68805F; }
a { background-color: rgb(104,128,95); }
div.DivClassName
{
background-color: #68805F;
}
.BgClassName
{
background-color: #68805F;
}
</style>
border-color css
<style>
span { border-color: #68805F; }
span { border-color: rgb(104,128,95); }
td.TdClassName
{
border-color: #68805F;
}
.TagClassName
{
border-color: #68805F;
}
</style>