Shades of Axolotl #688159
Tints of Axolotl #688159
RGB
CMYK
RGB Variations
Color information
#688159 (or 0x688159) is known color: Axolotl. HEX triplet: 68, 81 and 59. RGB value is (104,129,89). Sum of RGB (Red+Green+Blue) = 104+129+89=322 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.30% from 322); Green value is 129 (50.78% from 255 or 40.06% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 129 - color contains mainly: green. Hex color #688159 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688159 is #977EA6. Grayscale: #757575. Windows color (decimal): -9928359 or 5865832. OLE color: 5865832.
HSL color Cylindrical-coordinate representation of color #688159: hue angle of 97.5º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #688159 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 129 | 89 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.49 |
| HSL | 97.5º | 0.18% | 0.43% | - |
| HSV(B) | 97.5º | 0.31% | 0.51% | - |
| XYZ | 15.36 | 19.36 | 12.38 | - |
| YUV | 116.97 | 112.22 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 129 | 89 | 0.19 | 0 | 0.31 | 0.49 | 97.5 | 0.18 | 0.43 |
| Hex | 68 | 81 | 59 | 13 | 0 | 1F | 31 | 62 | 12 | 2B |
| Octal | 150 | 201 | 131 | 23 | 0 | 37 | 61 | 142 | 22 | 53 |
| Binary | 1101000 | 10000001 | 1011001 | 10011 | 0 | 11111 | 110001 | 1100010 | 10010 | 101011 |
Color Harmonies of #688159
Complementary color
Monochromatic Colors of #688159
Black with #688159
Text Example
Text Example
White with #688159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688159; }
p { color: rgb(104,129,89); }
H1.HeaderClassName
{
color: #688159;
}
.AnyTagClassName
{
color: #688159;
}
</style>
background-color css
<style>
a { background-color: #688159; }
a { background-color: rgb(104,129,89); }
div.DivClassName
{
background-color: #688159;
}
.BgClassName
{
background-color: #688159;
}
</style>
border-color css
<style>
span { border-color: #688159; }
span { border-color: rgb(104,129,89); }
td.TdClassName
{
border-color: #688159;
}
.TagClassName
{
border-color: #688159;
}
</style>