Shades of Axolotl #5F7755
Tints of Axolotl #5F7755
RGB
CMYK
RGB Variations
Color information
#5F7755 (or 0x5F7755) is known color: Axolotl. HEX triplet: 5F, 77 and 55. RGB value is (95,119,85). Sum of RGB (Red+Green+Blue) = 95+119+85=299 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.77% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 85 (33.59% from 255 or 28.43% from 299); Max value from RGB is 119 - color contains mainly: green. Hex color #5F7755 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7755 is #A088AA. Grayscale: #6C6C6C. Windows color (decimal): -10520747 or 5601119. OLE color: 5601119.
HSL color Cylindrical-coordinate representation of color #5F7755: hue angle of 102.35º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5F7755 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 119 | 85 | - |
| CMYK | 0.20 | 0 | 0.29 | 0.53 |
| HSL | 102.35º | 0.17% | 0.4% | - |
| HSV(B) | 102.35º | 0.29% | 0.47% | - |
| XYZ | 12.96 | 16.28 | 11.05 | - |
| YUV | 107.95 | 115.05 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 119 | 85 | 0.20 | 0 | 0.29 | 0.53 | 102.35 | 0.17 | 0.4 |
| Hex | 5F | 77 | 55 | 14 | 0 | 1D | 35 | 66 | 11 | 28 |
| Octal | 137 | 167 | 125 | 24 | 0 | 35 | 65 | 146 | 21 | 50 |
| Binary | 1011111 | 1110111 | 1010101 | 10100 | 0 | 11101 | 110101 | 1100110 | 10001 | 101000 |
Color Harmonies of #5F7755
Complementary color
Monochromatic Colors of #5F7755
Black with #5F7755
Text Example
Text Example
White with #5F7755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7755; }
p { color: rgb(95,119,85); }
H1.HeaderClassName
{
color: #5F7755;
}
.AnyTagClassName
{
color: #5F7755;
}
</style>
background-color css
<style>
a { background-color: #5F7755; }
a { background-color: rgb(95,119,85); }
div.DivClassName
{
background-color: #5F7755;
}
.BgClassName
{
background-color: #5F7755;
}
</style>
border-color css
<style>
span { border-color: #5F7755; }
span { border-color: rgb(95,119,85); }
td.TdClassName
{
border-color: #5F7755;
}
.TagClassName
{
border-color: #5F7755;
}
</style>