Shades of Axolotl #607556
Tints of Axolotl #607556
RGB
CMYK
RGB Variations
Color information
#607556 (or 0x607556) is known color: Axolotl. HEX triplet: 60, 75 and 56. RGB value is (96,117,86). Sum of RGB (Red+Green+Blue) = 96+117+86=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 117 - color contains mainly: green. Hex color #607556 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607556 is #9F8AA9. Grayscale: #6B6B6B. Windows color (decimal): -10455722 or 5666144. OLE color: 5666144.
HSL color Cylindrical-coordinate representation of color #607556: hue angle of 100.65º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #607556 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 117 | 86 | - |
| CMYK | 0.18 | 0 | 0.26 | 0.54 |
| HSL | 100.65º | 0.15% | 0.4% | - |
| HSV(B) | 100.65º | 0.26% | 0.46% | - |
| XYZ | 12.86 | 15.88 | 11.19 | - |
| YUV | 107.19 | 116.04 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 117 | 86 | 0.18 | 0 | 0.26 | 0.54 | 100.65 | 0.15 | 0.4 |
| Hex | 60 | 75 | 56 | 12 | 0 | 1A | 36 | 65 | F | 28 |
| Octal | 140 | 165 | 126 | 22 | 0 | 32 | 66 | 145 | 17 | 50 |
| Binary | 1100000 | 1110101 | 1010110 | 10010 | 0 | 11010 | 110110 | 1100101 | 1111 | 101000 |
Color Harmonies of #607556
Complementary color
Monochromatic Colors of #607556
Black with #607556
Text Example
Text Example
White with #607556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607556; }
p { color: rgb(96,117,86); }
H1.HeaderClassName
{
color: #607556;
}
.AnyTagClassName
{
color: #607556;
}
</style>
background-color css
<style>
a { background-color: #607556; }
a { background-color: rgb(96,117,86); }
div.DivClassName
{
background-color: #607556;
}
.BgClassName
{
background-color: #607556;
}
</style>
border-color css
<style>
span { border-color: #607556; }
span { border-color: rgb(96,117,86); }
td.TdClassName
{
border-color: #607556;
}
.TagClassName
{
border-color: #607556;
}
</style>