Shades of Axolotl #607956
Tints of Axolotl #607956
RGB
CMYK
RGB Variations
Color information
#607956 (or 0x607956) is known color: Axolotl. HEX triplet: 60, 79 and 56. RGB value is (96,121,86). Sum of RGB (Red+Green+Blue) = 96+121+86=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 86 (33.98% from 255 or 28.38% from 303); Max value from RGB is 121 - color contains mainly: green. Hex color #607956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607956 is #9F86A9. Grayscale: #6D6D6D. Windows color (decimal): -10454698 or 5667168. OLE color: 5667168.
HSL color Cylindrical-coordinate representation of color #607956: hue angle of 102.86º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #607956 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 121 | 86 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.53 |
| HSL | 102.86º | 0.17% | 0.41% | - |
| HSV(B) | 102.86º | 0.29% | 0.47% | - |
| XYZ | 13.34 | 16.83 | 11.35 | - |
| YUV | 109.54 | 114.72 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 121 | 86 | 0.21 | 0 | 0.29 | 0.53 | 102.86 | 0.17 | 0.41 |
| Hex | 60 | 79 | 56 | 15 | 0 | 1D | 35 | 67 | 11 | 29 |
| Octal | 140 | 171 | 126 | 25 | 0 | 35 | 65 | 147 | 21 | 51 |
| Binary | 1100000 | 1111001 | 1010110 | 10101 | 0 | 11101 | 110101 | 1100111 | 10001 | 101001 |
Color Harmonies of #607956
Complementary color
Monochromatic Colors of #607956
Black with #607956
Text Example
Text Example
White with #607956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607956; }
p { color: rgb(96,121,86); }
H1.HeaderClassName
{
color: #607956;
}
.AnyTagClassName
{
color: #607956;
}
</style>
background-color css
<style>
a { background-color: #607956; }
a { background-color: rgb(96,121,86); }
div.DivClassName
{
background-color: #607956;
}
.BgClassName
{
background-color: #607956;
}
</style>
border-color css
<style>
span { border-color: #607956; }
span { border-color: rgb(96,121,86); }
td.TdClassName
{
border-color: #607956;
}
.TagClassName
{
border-color: #607956;
}
</style>