Shades of Axolotl #607357
Tints of Axolotl #607357
RGB
CMYK
RGB Variations
Color information
#607357 (or 0x607357) is known color: Axolotl. HEX triplet: 60, 73 and 57. RGB value is (96,115,87). Sum of RGB (Red+Green+Blue) = 96+115+87=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 87 (34.38% from 255 or 29.19% from 298); Max value from RGB is 115 - color contains mainly: green. Hex color #607357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607357 is #9F8CA8. Grayscale: #6A6A6A. Windows color (decimal): -10456233 or 5731168. OLE color: 5731168.
HSL color Cylindrical-coordinate representation of color #607357: hue angle of 100.71º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #607357 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 115 | 87 | - |
| CMYK | 0.17 | 0 | 0.24 | 0.55 |
| HSL | 100.71º | 0.14% | 0.4% | - |
| HSV(B) | 100.71º | 0.24% | 0.45% | - |
| XYZ | 12.67 | 15.44 | 11.33 | - |
| YUV | 106.13 | 117.21 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 87 | 0.17 | 0 | 0.24 | 0.55 | 100.71 | 0.14 | 0.4 |
| Hex | 60 | 73 | 57 | 11 | 0 | 18 | 37 | 65 | E | 28 |
| Octal | 140 | 163 | 127 | 21 | 0 | 30 | 67 | 145 | 16 | 50 |
| Binary | 1100000 | 1110011 | 1010111 | 10001 | 0 | 11000 | 110111 | 1100101 | 1110 | 101000 |
Color Harmonies of #607357
Complementary color
Monochromatic Colors of #607357
Black with #607357
Text Example
Text Example
White with #607357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607357; }
p { color: rgb(96,115,87); }
H1.HeaderClassName
{
color: #607357;
}
.AnyTagClassName
{
color: #607357;
}
</style>
background-color css
<style>
a { background-color: #607357; }
a { background-color: rgb(96,115,87); }
div.DivClassName
{
background-color: #607357;
}
.BgClassName
{
background-color: #607357;
}
</style>
border-color css
<style>
span { border-color: #607357; }
span { border-color: rgb(96,115,87); }
td.TdClassName
{
border-color: #607357;
}
.TagClassName
{
border-color: #607357;
}
</style>