Shades of Axolotl #5F7954
Tints of Axolotl #5F7954
RGB
CMYK
RGB Variations
Color information
#5F7954 (or 0x5F7954) is known color: Axolotl. HEX triplet: 5F, 79 and 54. RGB value is (95,121,84). Sum of RGB (Red+Green+Blue) = 95+121+84=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 121 - color contains mainly: green. Hex color #5F7954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7954 is #A086AB. Grayscale: #6D6D6D. Windows color (decimal): -10520236 or 5536095. OLE color: 5536095.
HSL color Cylindrical-coordinate representation of color #5F7954: hue angle of 102.16º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F7954 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 121 | 84 | - |
| CMYK | 0.21 | 0 | 0.31 | 0.53 |
| HSL | 102.16º | 0.18% | 0.4% | - |
| HSV(B) | 102.16º | 0.31% | 0.47% | - |
| XYZ | 13.16 | 16.75 | 10.93 | - |
| YUV | 109.01 | 113.89 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 121 | 84 | 0.21 | 0 | 0.31 | 0.53 | 102.16 | 0.18 | 0.4 |
| Hex | 5F | 79 | 54 | 15 | 0 | 1F | 35 | 66 | 12 | 28 |
| Octal | 137 | 171 | 124 | 25 | 0 | 37 | 65 | 146 | 22 | 50 |
| Binary | 1011111 | 1111001 | 1010100 | 10101 | 0 | 11111 | 110101 | 1100110 | 10010 | 101000 |
Color Harmonies of #5F7954
Complementary color
Monochromatic Colors of #5F7954
Black with #5F7954
Text Example
Text Example
White with #5F7954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7954; }
p { color: rgb(95,121,84); }
H1.HeaderClassName
{
color: #5F7954;
}
.AnyTagClassName
{
color: #5F7954;
}
</style>
background-color css
<style>
a { background-color: #5F7954; }
a { background-color: rgb(95,121,84); }
div.DivClassName
{
background-color: #5F7954;
}
.BgClassName
{
background-color: #5F7954;
}
</style>
border-color css
<style>
span { border-color: #5F7954; }
span { border-color: rgb(95,121,84); }
td.TdClassName
{
border-color: #5F7954;
}
.TagClassName
{
border-color: #5F7954;
}
</style>