Shades of Axolotl #607153
Tints of Axolotl #607153
RGB
CMYK
RGB Variations
Color information
#607153 (or 0x607153) is known color: Axolotl. HEX triplet: 60, 71 and 53. RGB value is (96,113,83). Sum of RGB (Red+Green+Blue) = 96+113+83=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 113 (44.53% from 255 or 38.70% from 292); Blue value is 83 (32.81% from 255 or 28.42% from 292); Max value from RGB is 113 - color contains mainly: green. Hex color #607153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607153 is #9F8EAC. Grayscale: #686868. Windows color (decimal): -10456749 or 5468512. OLE color: 5468512.
HSL color Cylindrical-coordinate representation of color #607153: hue angle of 94º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #607153 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 113 | 83 | - |
| CMYK | 0.15 | 0 | 0.27 | 0.56 |
| HSL | 94º | 0.15% | 0.38% | - |
| HSV(B) | 94º | 0.27% | 0.44% | - |
| XYZ | 12.29 | 14.92 | 10.42 | - |
| YUV | 104.5 | 115.87 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 113 | 83 | 0.15 | 0 | 0.27 | 0.56 | 94 | 0.15 | 0.38 |
| Hex | 60 | 71 | 53 | F | 0 | 1B | 38 | 5E | F | 26 |
| Octal | 140 | 161 | 123 | 17 | 0 | 33 | 70 | 136 | 17 | 46 |
| Binary | 1100000 | 1110001 | 1010011 | 1111 | 0 | 11011 | 111000 | 1011110 | 1111 | 100110 |
Color Harmonies of #607153
Complementary color
Monochromatic Colors of #607153
Black with #607153
Text Example
Text Example
White with #607153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607153; }
p { color: rgb(96,113,83); }
H1.HeaderClassName
{
color: #607153;
}
.AnyTagClassName
{
color: #607153;
}
</style>
background-color css
<style>
a { background-color: #607153; }
a { background-color: rgb(96,113,83); }
div.DivClassName
{
background-color: #607153;
}
.BgClassName
{
background-color: #607153;
}
</style>
border-color css
<style>
span { border-color: #607153; }
span { border-color: rgb(96,113,83); }
td.TdClassName
{
border-color: #607153;
}
.TagClassName
{
border-color: #607153;
}
</style>