Shades of Axolotl #678056
Tints of Axolotl #678056
RGB
CMYK
RGB Variations
Color information
#678056 (or 0x678056) is known color: Axolotl. HEX triplet: 67, 80 and 56. RGB value is (103,128,86). Sum of RGB (Red+Green+Blue) = 103+128+86=317 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.49% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 86 (33.98% from 255 or 27.13% from 317); Max value from RGB is 128 - color contains mainly: green. Hex color #678056 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678056 is #987FA9. Grayscale: #737373. Windows color (decimal): -9994154 or 5668967. OLE color: 5668967.
HSL color Cylindrical-coordinate representation of color #678056: hue angle of 95.71º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #678056 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 103 | 128 | 86 | - |
| CMYK | 0.20 | 0 | 0.33 | 0.50 |
| HSL | 95.71º | 0.2% | 0.42% | - |
| HSV(B) | 95.71º | 0.33% | 0.5% | - |
| XYZ | 14.99 | 18.99 | 11.68 | - |
| YUV | 115.74 | 111.22 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 128 | 86 | 0.20 | 0 | 0.33 | 0.50 | 95.71 | 0.2 | 0.42 |
| Hex | 67 | 80 | 56 | 14 | 0 | 21 | 32 | 60 | 14 | 2A |
| Octal | 147 | 200 | 126 | 24 | 0 | 41 | 62 | 140 | 24 | 52 |
| Binary | 1100111 | 10000000 | 1010110 | 10100 | 0 | 100001 | 110010 | 1100000 | 10100 | 101010 |
Color Harmonies of #678056
Complementary color
Monochromatic Colors of #678056
Black with #678056
Text Example
Text Example
White with #678056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678056; }
p { color: rgb(103,128,86); }
H1.HeaderClassName
{
color: #678056;
}
.AnyTagClassName
{
color: #678056;
}
</style>
background-color css
<style>
a { background-color: #678056; }
a { background-color: rgb(103,128,86); }
div.DivClassName
{
background-color: #678056;
}
.BgClassName
{
background-color: #678056;
}
</style>
border-color css
<style>
span { border-color: #678056; }
span { border-color: rgb(103,128,86); }
td.TdClassName
{
border-color: #678056;
}
.TagClassName
{
border-color: #678056;
}
</style>