Shades of Axolotl #607A56
Tints of Axolotl #607A56
RGB
CMYK
RGB Variations
Color information
#607A56 (or 0x607A56) is known color: Axolotl. HEX triplet: 60, 7A and 56. RGB value is (96,122,86). Sum of RGB (Red+Green+Blue) = 96+122+86=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 86 (33.98% from 255 or 28.29% from 304); Max value from RGB is 122 - color contains mainly: green. Hex color #607A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607A56 is #9F85A9. Grayscale: #6E6E6E. Windows color (decimal): -10454442 or 5667424. OLE color: 5667424.
HSL color Cylindrical-coordinate representation of color #607A56: hue angle of 103.33º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #607A56 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 122 | 86 | - |
| CMYK | 0.21 | 0 | 0.30 | 0.52 |
| HSL | 103.33º | 0.17% | 0.41% | - |
| HSV(B) | 103.33º | 0.3% | 0.48% | - |
| XYZ | 13.46 | 17.08 | 11.39 | - |
| YUV | 110.12 | 114.39 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 86 | 0.21 | 0 | 0.30 | 0.52 | 103.33 | 0.17 | 0.41 |
| Hex | 60 | 7A | 56 | 15 | 0 | 1E | 34 | 67 | 11 | 29 |
| Octal | 140 | 172 | 126 | 25 | 0 | 36 | 64 | 147 | 21 | 51 |
| Binary | 1100000 | 1111010 | 1010110 | 10101 | 0 | 11110 | 110100 | 1100111 | 10001 | 101001 |
Color Harmonies of #607A56
Complementary color
Monochromatic Colors of #607A56
Black with #607A56
Text Example
Text Example
White with #607A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607A56; }
p { color: rgb(96,122,86); }
H1.HeaderClassName
{
color: #607A56;
}
.AnyTagClassName
{
color: #607A56;
}
</style>
background-color css
<style>
a { background-color: #607A56; }
a { background-color: rgb(96,122,86); }
div.DivClassName
{
background-color: #607A56;
}
.BgClassName
{
background-color: #607A56;
}
</style>
border-color css
<style>
span { border-color: #607A56; }
span { border-color: rgb(96,122,86); }
td.TdClassName
{
border-color: #607A56;
}
.TagClassName
{
border-color: #607A56;
}
</style>