Shades of Axolotl #607757
Tints of Axolotl #607757
RGB
CMYK
RGB Variations
Color information
#607757 (or 0x607757) is known color: Axolotl. HEX triplet: 60, 77 and 57. RGB value is (96,119,87). Sum of RGB (Red+Green+Blue) = 96+119+87=302 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.79% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 119 - color contains mainly: green. Hex color #607757 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607757 is #9F88A8. Grayscale: #6C6C6C. Windows color (decimal): -10455209 or 5732192. OLE color: 5732192.
HSL color Cylindrical-coordinate representation of color #607757: hue angle of 103.12º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #607757 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 119 | 87 | - |
| CMYK | 0.19 | 0 | 0.27 | 0.53 |
| HSL | 103.13º | 0.16% | 0.4% | - |
| HSV(B) | 103.13º | 0.27% | 0.47% | - |
| XYZ | 13.14 | 16.37 | 11.48 | - |
| YUV | 108.48 | 115.88 | 119.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 119 | 87 | 0.19 | 0 | 0.27 | 0.53 | 103.13 | 0.16 | 0.4 |
| Hex | 60 | 77 | 57 | 13 | 0 | 1B | 35 | 67 | 10 | 28 |
| Octal | 140 | 167 | 127 | 23 | 0 | 33 | 65 | 147 | 20 | 50 |
| Binary | 1100000 | 1110111 | 1010111 | 10011 | 0 | 11011 | 110101 | 1100111 | 10000 | 101000 |
Color Harmonies of #607757
Complementary color
Monochromatic Colors of #607757
Black with #607757
Text Example
Text Example
White with #607757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607757; }
p { color: rgb(96,119,87); }
H1.HeaderClassName
{
color: #607757;
}
.AnyTagClassName
{
color: #607757;
}
</style>
background-color css
<style>
a { background-color: #607757; }
a { background-color: rgb(96,119,87); }
div.DivClassName
{
background-color: #607757;
}
.BgClassName
{
background-color: #607757;
}
</style>
border-color css
<style>
span { border-color: #607757; }
span { border-color: rgb(96,119,87); }
td.TdClassName
{
border-color: #607757;
}
.TagClassName
{
border-color: #607757;
}
</style>