Shades of Axolotl #5F7752
Tints of Axolotl #5F7752
RGB
CMYK
RGB Variations
Color information
#5F7752 (or 0x5F7752) is known color: Axolotl. HEX triplet: 5F, 77 and 52. RGB value is (95,119,82). Sum of RGB (Red+Green+Blue) = 95+119+82=296 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.09% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 119 - color contains mainly: green. Hex color #5F7752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7752 is #A088AD. Grayscale: #6B6B6B. Windows color (decimal): -10520750 or 5404511. OLE color: 5404511.
HSL color Cylindrical-coordinate representation of color #5F7752: hue angle of 98.92º 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 #5F7752 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 119 | 82 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.53 |
| HSL | 98.92º | 0.18% | 0.39% | - |
| HSV(B) | 98.92º | 0.31% | 0.47% | - |
| XYZ | 12.84 | 16.24 | 10.44 | - |
| YUV | 107.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 119 | 82 | 0.20 | 0 | 0.31 | 0.53 | 98.92 | 0.18 | 0.39 |
| Hex | 5F | 77 | 52 | 14 | 0 | 1F | 35 | 63 | 12 | 27 |
| Octal | 137 | 167 | 122 | 24 | 0 | 37 | 65 | 143 | 22 | 47 |
| Binary | 1011111 | 1110111 | 1010010 | 10100 | 0 | 11111 | 110101 | 1100011 | 10010 | 100111 |
Color Harmonies of #5F7752
Complementary color
Monochromatic Colors of #5F7752
Black with #5F7752
Text Example
Text Example
White with #5F7752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7752; }
p { color: rgb(95,119,82); }
H1.HeaderClassName
{
color: #5F7752;
}
.AnyTagClassName
{
color: #5F7752;
}
</style>
background-color css
<style>
a { background-color: #5F7752; }
a { background-color: rgb(95,119,82); }
div.DivClassName
{
background-color: #5F7752;
}
.BgClassName
{
background-color: #5F7752;
}
</style>
border-color css
<style>
span { border-color: #5F7752; }
span { border-color: rgb(95,119,82); }
td.TdClassName
{
border-color: #5F7752;
}
.TagClassName
{
border-color: #5F7752;
}
</style>