Shades of Axolotl #607852
Tints of Axolotl #607852
RGB
CMYK
RGB Variations
Color information
#607852 (or 0x607852) is known color: Axolotl. HEX triplet: 60, 78 and 52. RGB value is (96,120,82). Sum of RGB (Red+Green+Blue) = 96+120+82=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 120 - color contains mainly: green. Hex color #607852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607852 is #9F87AD. Grayscale: #6C6C6C. Windows color (decimal): -10454958 or 5404768. OLE color: 5404768.
HSL color Cylindrical-coordinate representation of color #607852: hue angle of 97.89º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #607852 is Cyan = 0.2, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 120 | 82 | - |
| CMYK | 0.2 | 0 | 0.32 | 0.53 |
| HSL | 97.89º | 0.19% | 0.4% | - |
| HSV(B) | 97.89º | 0.32% | 0.47% | - |
| XYZ | 13.06 | 16.53 | 10.48 | - |
| YUV | 108.49 | 113.05 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 120 | 82 | 0.2 | 0 | 0.32 | 0.53 | 97.89 | 0.19 | 0.4 |
| Hex | 60 | 78 | 52 | 14 | 0 | 20 | 35 | 62 | 13 | 28 |
| Octal | 140 | 170 | 122 | 24 | 0 | 40 | 65 | 142 | 23 | 50 |
| Binary | 1100000 | 1111000 | 1010010 | 10100 | 0 | 100000 | 110101 | 1100010 | 10011 | 101000 |
Color Harmonies of #607852
Complementary color
Monochromatic Colors of #607852
Black with #607852
Text Example
Text Example
White with #607852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607852; }
p { color: rgb(96,120,82); }
H1.HeaderClassName
{
color: #607852;
}
.AnyTagClassName
{
color: #607852;
}
</style>
background-color css
<style>
a { background-color: #607852; }
a { background-color: rgb(96,120,82); }
div.DivClassName
{
background-color: #607852;
}
.BgClassName
{
background-color: #607852;
}
</style>
border-color css
<style>
span { border-color: #607852; }
span { border-color: rgb(96,120,82); }
td.TdClassName
{
border-color: #607852;
}
.TagClassName
{
border-color: #607852;
}
</style>