Shades of Axolotl #687F5E
Tints of Axolotl #687F5E
RGB
CMYK
RGB Variations
Color information
#687F5E (or 0x687F5E) is known color: Axolotl. HEX triplet: 68, 7F and 5E. RGB value is (104,127,94). Sum of RGB (Red+Green+Blue) = 104+127+94=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 127 - color contains mainly: green. Hex color #687F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687F5E is #9780A1. Grayscale: #747474. Windows color (decimal): -9928866 or 6193000. OLE color: 6193000.
HSL color Cylindrical-coordinate representation of color #687F5E: hue angle of 101.82º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #687F5E is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 127 | 94 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.50 |
| HSL | 101.82º | 0.15% | 0.43% | - |
| HSV(B) | 101.82º | 0.26% | 0.5% | - |
| XYZ | 15.32 | 18.93 | 13.44 | - |
| YUV | 116.36 | 115.38 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 94 | 0.18 | 0 | 0.26 | 0.50 | 101.82 | 0.15 | 0.43 |
| Hex | 68 | 7F | 5E | 12 | 0 | 1A | 32 | 66 | F | 2B |
| Octal | 150 | 177 | 136 | 22 | 0 | 32 | 62 | 146 | 17 | 53 |
| Binary | 1101000 | 1111111 | 1011110 | 10010 | 0 | 11010 | 110010 | 1100110 | 1111 | 101011 |
Color Harmonies of #687F5E
Complementary color
Monochromatic Colors of #687F5E
Black with #687F5E
Text Example
Text Example
White with #687F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687F5E; }
p { color: rgb(104,127,94); }
H1.HeaderClassName
{
color: #687F5E;
}
.AnyTagClassName
{
color: #687F5E;
}
</style>
background-color css
<style>
a { background-color: #687F5E; }
a { background-color: rgb(104,127,94); }
div.DivClassName
{
background-color: #687F5E;
}
.BgClassName
{
background-color: #687F5E;
}
</style>
border-color css
<style>
span { border-color: #687F5E; }
span { border-color: rgb(104,127,94); }
td.TdClassName
{
border-color: #687F5E;
}
.TagClassName
{
border-color: #687F5E;
}
</style>