Shades of Axolotl #607355
Tints of Axolotl #607355
RGB
CMYK
RGB Variations
Color information
#607355 (or 0x607355) is known color: Axolotl. HEX triplet: 60, 73 and 55. RGB value is (96,115,85). Sum of RGB (Red+Green+Blue) = 96+115+85=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 115 (45.31% from 255 or 38.85% from 296); Blue value is 85 (33.59% from 255 or 28.72% from 296); Max value from RGB is 115 - color contains mainly: green. Hex color #607355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607355 is #9F8CAA. Grayscale: #696969. Windows color (decimal): -10456235 or 5600096. OLE color: 5600096.
HSL color Cylindrical-coordinate representation of color #607355: hue angle of 98º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #607355 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 115 | 85 | - |
| CMYK | 0.17 | 0 | 0.26 | 0.55 |
| HSL | 98º | 0.15% | 0.39% | - |
| HSV(B) | 98º | 0.26% | 0.45% | - |
| XYZ | 12.59 | 15.4 | 10.9 | - |
| YUV | 105.9 | 116.21 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 85 | 0.17 | 0 | 0.26 | 0.55 | 98 | 0.15 | 0.39 |
| Hex | 60 | 73 | 55 | 11 | 0 | 1A | 37 | 62 | F | 27 |
| Octal | 140 | 163 | 125 | 21 | 0 | 32 | 67 | 142 | 17 | 47 |
| Binary | 1100000 | 1110011 | 1010101 | 10001 | 0 | 11010 | 110111 | 1100010 | 1111 | 100111 |
Color Harmonies of #607355
Complementary color
Monochromatic Colors of #607355
Black with #607355
Text Example
Text Example
White with #607355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607355; }
p { color: rgb(96,115,85); }
H1.HeaderClassName
{
color: #607355;
}
.AnyTagClassName
{
color: #607355;
}
</style>
background-color css
<style>
a { background-color: #607355; }
a { background-color: rgb(96,115,85); }
div.DivClassName
{
background-color: #607355;
}
.BgClassName
{
background-color: #607355;
}
</style>
border-color css
<style>
span { border-color: #607355; }
span { border-color: rgb(96,115,85); }
td.TdClassName
{
border-color: #607355;
}
.TagClassName
{
border-color: #607355;
}
</style>