Shades of Axolotl #607B56
Tints of Axolotl #607B56
RGB
CMYK
RGB Variations
Color information
#607B56 (or 0x607B56) is known color: Axolotl. HEX triplet: 60, 7B and 56. RGB value is (96,123,86). Sum of RGB (Red+Green+Blue) = 96+123+86=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 123 - color contains mainly: green. Hex color #607B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607B56 is #9F84A9. Grayscale: #6E6E6E. Windows color (decimal): -10454186 or 5667680. OLE color: 5667680.
HSL color Cylindrical-coordinate representation of color #607B56: hue angle of 103.78º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #607B56 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 123 | 86 | - |
| CMYK | 0.22 | 0 | 0.30 | 0.52 |
| HSL | 103.78º | 0.18% | 0.41% | - |
| HSV(B) | 103.78º | 0.3% | 0.48% | - |
| XYZ | 13.59 | 17.32 | 11.43 | - |
| YUV | 110.71 | 114.05 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 86 | 0.22 | 0 | 0.30 | 0.52 | 103.78 | 0.18 | 0.41 |
| Hex | 60 | 7B | 56 | 16 | 0 | 1E | 34 | 68 | 12 | 29 |
| Octal | 140 | 173 | 126 | 26 | 0 | 36 | 64 | 150 | 22 | 51 |
| Binary | 1100000 | 1111011 | 1010110 | 10110 | 0 | 11110 | 110100 | 1101000 | 10010 | 101001 |
Color Harmonies of #607B56
Complementary color
Monochromatic Colors of #607B56
Black with #607B56
Text Example
Text Example
White with #607B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607B56; }
p { color: rgb(96,123,86); }
H1.HeaderClassName
{
color: #607B56;
}
.AnyTagClassName
{
color: #607B56;
}
</style>
background-color css
<style>
a { background-color: #607B56; }
a { background-color: rgb(96,123,86); }
div.DivClassName
{
background-color: #607B56;
}
.BgClassName
{
background-color: #607B56;
}
</style>
border-color css
<style>
span { border-color: #607B56; }
span { border-color: rgb(96,123,86); }
td.TdClassName
{
border-color: #607B56;
}
.TagClassName
{
border-color: #607B56;
}
</style>