Shades of Axolotl #5F7852
Tints of Axolotl #5F7852
RGB
CMYK
RGB Variations
Color information
#5F7852 (or 0x5F7852) is known color: Axolotl. HEX triplet: 5F, 78 and 52. RGB value is (95,120,82). Sum of RGB (Red+Green+Blue) = 95+120+82=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 120 - color contains mainly: green. Hex color #5F7852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7852 is #A087AD. Grayscale: #6C6C6C. Windows color (decimal): -10520494 or 5404767. OLE color: 5404767.
HSL color Cylindrical-coordinate representation of color #5F7852: hue angle of 99.47º 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 #5F7852 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 120 | 82 | - |
| CMYK | 0.21 | 0 | 0.32 | 0.53 |
| HSL | 99.47º | 0.19% | 0.4% | - |
| HSV(B) | 99.47º | 0.32% | 0.47% | - |
| XYZ | 12.96 | 16.48 | 10.48 | - |
| YUV | 108.19 | 113.22 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 120 | 82 | 0.21 | 0 | 0.32 | 0.53 | 99.47 | 0.19 | 0.4 |
| Hex | 5F | 78 | 52 | 15 | 0 | 20 | 35 | 63 | 13 | 28 |
| Octal | 137 | 170 | 122 | 25 | 0 | 40 | 65 | 143 | 23 | 50 |
| Binary | 1011111 | 1111000 | 1010010 | 10101 | 0 | 100000 | 110101 | 1100011 | 10011 | 101000 |
Color Harmonies of #5F7852
Complementary color
Monochromatic Colors of #5F7852
Black with #5F7852
Text Example
Text Example
White with #5F7852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7852; }
p { color: rgb(95,120,82); }
H1.HeaderClassName
{
color: #5F7852;
}
.AnyTagClassName
{
color: #5F7852;
}
</style>
background-color css
<style>
a { background-color: #5F7852; }
a { background-color: rgb(95,120,82); }
div.DivClassName
{
background-color: #5F7852;
}
.BgClassName
{
background-color: #5F7852;
}
</style>
border-color css
<style>
span { border-color: #5F7852; }
span { border-color: rgb(95,120,82); }
td.TdClassName
{
border-color: #5F7852;
}
.TagClassName
{
border-color: #5F7852;
}
</style>