Shades of Axolotl #607657
Tints of Axolotl #607657
RGB
CMYK
RGB Variations
Color information
#607657 (or 0x607657) is known color: Axolotl. HEX triplet: 60, 76 and 57. RGB value is (96,118,87). Sum of RGB (Red+Green+Blue) = 96+118+87=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 87 (34.38% from 255 or 28.90% from 301); Max value from RGB is 118 - color contains mainly: green. Hex color #607657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607657 is #9F89A8. Grayscale: #6B6B6B. Windows color (decimal): -10455465 or 5731936. OLE color: 5731936.
HSL color Cylindrical-coordinate representation of color #607657: hue angle of 102.58º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #607657 is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 118 | 87 | - |
| CMYK | 0.19 | 0 | 0.26 | 0.54 |
| HSL | 102.58º | 0.15% | 0.4% | - |
| HSV(B) | 102.58º | 0.26% | 0.46% | - |
| XYZ | 13.02 | 16.13 | 11.44 | - |
| YUV | 107.89 | 116.21 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 118 | 87 | 0.19 | 0 | 0.26 | 0.54 | 102.58 | 0.15 | 0.4 |
| Hex | 60 | 76 | 57 | 13 | 0 | 1A | 36 | 67 | F | 28 |
| Octal | 140 | 166 | 127 | 23 | 0 | 32 | 66 | 147 | 17 | 50 |
| Binary | 1100000 | 1110110 | 1010111 | 10011 | 0 | 11010 | 110110 | 1100111 | 1111 | 101000 |
Color Harmonies of #607657
Complementary color
Monochromatic Colors of #607657
Black with #607657
Text Example
Text Example
White with #607657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607657; }
p { color: rgb(96,118,87); }
H1.HeaderClassName
{
color: #607657;
}
.AnyTagClassName
{
color: #607657;
}
</style>
background-color css
<style>
a { background-color: #607657; }
a { background-color: rgb(96,118,87); }
div.DivClassName
{
background-color: #607657;
}
.BgClassName
{
background-color: #607657;
}
</style>
border-color css
<style>
span { border-color: #607657; }
span { border-color: rgb(96,118,87); }
td.TdClassName
{
border-color: #607657;
}
.TagClassName
{
border-color: #607657;
}
</style>