Shades of Axolotl #68765F
Tints of Axolotl #68765F
RGB
CMYK
RGB Variations
Color information
#68765F (or 0x68765F) is known color: Axolotl. HEX triplet: 68, 76 and 5F. RGB value is (104,118,95). Sum of RGB (Red+Green+Blue) = 104+118+95=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 118 - color contains mainly: green. Hex color #68765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68765F is #9789A0. Grayscale: #6F6F6F. Windows color (decimal): -9931169 or 6256232. OLE color: 6256232.
HSL color Cylindrical-coordinate representation of color #68765F: hue angle of 96.52º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #68765F is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 104 | 118 | 95 | - |
| CMYK | 0.12 | 0 | 0.19 | 0.54 |
| HSL | 96.52º | 0.11% | 0.42% | - |
| HSV(B) | 96.52º | 0.19% | 0.46% | - |
| XYZ | 14.25 | 16.73 | 13.3 | - |
| YUV | 111.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 118 | 95 | 0.12 | 0 | 0.19 | 0.54 | 96.52 | 0.11 | 0.42 |
| Hex | 68 | 76 | 5F | C | 0 | 13 | 36 | 61 | B | 2A |
| Octal | 150 | 166 | 137 | 14 | 0 | 23 | 66 | 141 | 13 | 52 |
| Binary | 1101000 | 1110110 | 1011111 | 1100 | 0 | 10011 | 110110 | 1100001 | 1011 | 101010 |
Color Harmonies of #68765F
Complementary color
Monochromatic Colors of #68765F
Black with #68765F
Text Example
Text Example
White with #68765F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68765F; }
p { color: rgb(104,118,95); }
H1.HeaderClassName
{
color: #68765F;
}
.AnyTagClassName
{
color: #68765F;
}
</style>
background-color css
<style>
a { background-color: #68765F; }
a { background-color: rgb(104,118,95); }
div.DivClassName
{
background-color: #68765F;
}
.BgClassName
{
background-color: #68765F;
}
</style>
border-color css
<style>
span { border-color: #68765F; }
span { border-color: rgb(104,118,95); }
td.TdClassName
{
border-color: #68765F;
}
.TagClassName
{
border-color: #68765F;
}
</style>