Shades of Axolotl #687E60
Tints of Axolotl #687E60
RGB
CMYK
RGB Variations
Color information
#687E60 (or 0x687E60) is known color: Axolotl. HEX triplet: 68, 7E and 60. RGB value is (104,126,96). Sum of RGB (Red+Green+Blue) = 104+126+96=326 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.90% from 326); Green value is 126 (49.61% from 255 or 38.65% from 326); Blue value is 96 (37.89% from 255 or 29.45% from 326); Max value from RGB is 126 - color contains mainly: green. Hex color #687E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687E60 is #97819F. Grayscale: #747474. Windows color (decimal): -9929120 or 6323816. OLE color: 6323816.
HSL color Cylindrical-coordinate representation of color #687E60: hue angle of 104º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #687E60 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 104 | 126 | 96 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.51 |
| HSL | 104º | 0.14% | 0.44% | - |
| HSV(B) | 104º | 0.24% | 0.49% | - |
| XYZ | 15.28 | 18.71 | 13.87 | - |
| YUV | 116 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 126 | 96 | 0.17 | 0 | 0.24 | 0.51 | 104 | 0.14 | 0.44 |
| Hex | 68 | 7E | 60 | 11 | 0 | 18 | 33 | 68 | E | 2C |
| Octal | 150 | 176 | 140 | 21 | 0 | 30 | 63 | 150 | 16 | 54 |
| Binary | 1101000 | 1111110 | 1100000 | 10001 | 0 | 11000 | 110011 | 1101000 | 1110 | 101100 |
Color Harmonies of #687E60
Complementary color
Monochromatic Colors of #687E60
Black with #687E60
Text Example
Text Example
White with #687E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687E60; }
p { color: rgb(104,126,96); }
H1.HeaderClassName
{
color: #687E60;
}
.AnyTagClassName
{
color: #687E60;
}
</style>
background-color css
<style>
a { background-color: #687E60; }
a { background-color: rgb(104,126,96); }
div.DivClassName
{
background-color: #687E60;
}
.BgClassName
{
background-color: #687E60;
}
</style>
border-color css
<style>
span { border-color: #687E60; }
span { border-color: rgb(104,126,96); }
td.TdClassName
{
border-color: #687E60;
}
.TagClassName
{
border-color: #687E60;
}
</style>