Shades of Axolotl #688158
Tints of Axolotl #688158
RGB
CMYK
RGB Variations
Color information
#688158 (or 0x688158) is known color: Axolotl. HEX triplet: 68, 81 and 58. RGB value is (104,129,88). Sum of RGB (Red+Green+Blue) = 104+129+88=321 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.40% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 88 (34.77% from 255 or 27.41% from 321); Max value from RGB is 129 - color contains mainly: green. Hex color #688158 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #688158 is #977EA7. Grayscale: #747474. Windows color (decimal): -9928360 or 5800296. OLE color: 5800296.
HSL color Cylindrical-coordinate representation of color #688158: hue angle of 96.59º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #688158 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 129 | 88 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.49 |
| HSL | 96.59º | 0.19% | 0.43% | - |
| HSV(B) | 96.59º | 0.32% | 0.51% | - |
| XYZ | 15.32 | 19.35 | 12.16 | - |
| YUV | 116.85 | 111.72 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 129 | 88 | 0.19 | 0 | 0.32 | 0.49 | 96.59 | 0.19 | 0.43 |
| Hex | 68 | 81 | 58 | 13 | 0 | 20 | 31 | 61 | 13 | 2B |
| Octal | 150 | 201 | 130 | 23 | 0 | 40 | 61 | 141 | 23 | 53 |
| Binary | 1101000 | 10000001 | 1011000 | 10011 | 0 | 100000 | 110001 | 1100001 | 10011 | 101011 |
Color Harmonies of #688158
Complementary color
Monochromatic Colors of #688158
Black with #688158
Text Example
Text Example
White with #688158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688158; }
p { color: rgb(104,129,88); }
H1.HeaderClassName
{
color: #688158;
}
.AnyTagClassName
{
color: #688158;
}
</style>
background-color css
<style>
a { background-color: #688158; }
a { background-color: rgb(104,129,88); }
div.DivClassName
{
background-color: #688158;
}
.BgClassName
{
background-color: #688158;
}
</style>
border-color css
<style>
span { border-color: #688158; }
span { border-color: rgb(104,129,88); }
td.TdClassName
{
border-color: #688158;
}
.TagClassName
{
border-color: #688158;
}
</style>