Shades of Axolotl #607752
Tints of Axolotl #607752
RGB
CMYK
RGB Variations
Color information
#607752 (or 0x607752) is known color: Axolotl. HEX triplet: 60, 77 and 52. RGB value is (96,119,82). Sum of RGB (Red+Green+Blue) = 96+119+82=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 119 - color contains mainly: green. Hex color #607752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607752 is #9F88AD. Grayscale: #6C6C6C. Windows color (decimal): -10455214 or 5404512. OLE color: 5404512.
HSL color Cylindrical-coordinate representation of color #607752: hue angle of 97.3º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #607752 is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 96 | 119 | 82 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.53 |
| HSL | 97.3º | 0.18% | 0.39% | - |
| HSV(B) | 97.3º | 0.31% | 0.47% | - |
| XYZ | 12.94 | 16.29 | 10.44 | - |
| YUV | 107.91 | 113.38 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 119 | 82 | 0.19 | 0 | 0.31 | 0.53 | 97.3 | 0.18 | 0.39 |
| Hex | 60 | 77 | 52 | 13 | 0 | 1F | 35 | 61 | 12 | 27 |
| Octal | 140 | 167 | 122 | 23 | 0 | 37 | 65 | 141 | 22 | 47 |
| Binary | 1100000 | 1110111 | 1010010 | 10011 | 0 | 11111 | 110101 | 1100001 | 10010 | 100111 |
Color Harmonies of #607752
Complementary color
Monochromatic Colors of #607752
Black with #607752
Text Example
Text Example
White with #607752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607752; }
p { color: rgb(96,119,82); }
H1.HeaderClassName
{
color: #607752;
}
.AnyTagClassName
{
color: #607752;
}
</style>
background-color css
<style>
a { background-color: #607752; }
a { background-color: rgb(96,119,82); }
div.DivClassName
{
background-color: #607752;
}
.BgClassName
{
background-color: #607752;
}
</style>
border-color css
<style>
span { border-color: #607752; }
span { border-color: rgb(96,119,82); }
td.TdClassName
{
border-color: #607752;
}
.TagClassName
{
border-color: #607752;
}
</style>