Shades of Axolotl #607856
Tints of Axolotl #607856
RGB
CMYK
RGB Variations
Color information
#607856 (or 0x607856) is known color: Axolotl. HEX triplet: 60, 78 and 56. RGB value is (96,120,86). Sum of RGB (Red+Green+Blue) = 96+120+86=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 120 - color contains mainly: green. Hex color #607856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607856 is #9F87A9. Grayscale: #6D6D6D. Windows color (decimal): -10454954 or 5666912. OLE color: 5666912.
HSL color Cylindrical-coordinate representation of color #607856: hue angle of 102.35º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #607856 is Cyan = 0.2, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 120 | 86 | - |
| CMYK | 0.2 | 0 | 0.28 | 0.53 |
| HSL | 102.35º | 0.17% | 0.4% | - |
| HSV(B) | 102.35º | 0.28% | 0.47% | - |
| XYZ | 13.22 | 16.59 | 11.31 | - |
| YUV | 108.95 | 115.05 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 86 | 0.2 | 0 | 0.28 | 0.53 | 102.35 | 0.17 | 0.4 |
| Hex | 60 | 78 | 56 | 14 | 0 | 1C | 35 | 66 | 11 | 28 |
| Octal | 140 | 170 | 126 | 24 | 0 | 34 | 65 | 146 | 21 | 50 |
| Binary | 1100000 | 1111000 | 1010110 | 10100 | 0 | 11100 | 110101 | 1100110 | 10001 | 101000 |
Color Harmonies of #607856
Complementary color
Monochromatic Colors of #607856
Black with #607856
Text Example
Text Example
White with #607856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607856; }
p { color: rgb(96,120,86); }
H1.HeaderClassName
{
color: #607856;
}
.AnyTagClassName
{
color: #607856;
}
</style>
background-color css
<style>
a { background-color: #607856; }
a { background-color: rgb(96,120,86); }
div.DivClassName
{
background-color: #607856;
}
.BgClassName
{
background-color: #607856;
}
</style>
border-color css
<style>
span { border-color: #607856; }
span { border-color: rgb(96,120,86); }
td.TdClassName
{
border-color: #607856;
}
.TagClassName
{
border-color: #607856;
}
</style>