Shades of Axolotl #607156
Tints of Axolotl #607156
RGB
CMYK
RGB Variations
Color information
#607156 (or 0x607156) is known color: Axolotl. HEX triplet: 60, 71 and 56. RGB value is (96,113,86). Sum of RGB (Red+Green+Blue) = 96+113+86=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 113 (44.53% from 255 or 38.31% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 113 - color contains mainly: green. Hex color #607156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607156 is #9F8EA9. Grayscale: #686868. Windows color (decimal): -10456746 or 5665120. OLE color: 5665120.
HSL color Cylindrical-coordinate representation of color #607156: hue angle of 97.78º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #607156 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 113 | 86 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.56 |
| HSL | 97.78º | 0.14% | 0.39% | - |
| HSV(B) | 97.78º | 0.24% | 0.44% | - |
| XYZ | 12.41 | 14.97 | 11.04 | - |
| YUV | 104.84 | 117.37 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 113 | 86 | 0.15 | 0 | 0.24 | 0.56 | 97.78 | 0.14 | 0.39 |
| Hex | 60 | 71 | 56 | F | 0 | 18 | 38 | 62 | E | 27 |
| Octal | 140 | 161 | 126 | 17 | 0 | 30 | 70 | 142 | 16 | 47 |
| Binary | 1100000 | 1110001 | 1010110 | 1111 | 0 | 11000 | 111000 | 1100010 | 1110 | 100111 |
Color Harmonies of #607156
Complementary color
Monochromatic Colors of #607156
Black with #607156
Text Example
Text Example
White with #607156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607156; }
p { color: rgb(96,113,86); }
H1.HeaderClassName
{
color: #607156;
}
.AnyTagClassName
{
color: #607156;
}
</style>
background-color css
<style>
a { background-color: #607156; }
a { background-color: rgb(96,113,86); }
div.DivClassName
{
background-color: #607156;
}
.BgClassName
{
background-color: #607156;
}
</style>
border-color css
<style>
span { border-color: #607156; }
span { border-color: rgb(96,113,86); }
td.TdClassName
{
border-color: #607156;
}
.TagClassName
{
border-color: #607156;
}
</style>