Shades of Axolotl #5E7754
Tints of Axolotl #5E7754
RGB
CMYK
RGB Variations
Color information
#5E7754 (or 0x5E7754) is known color: Axolotl. HEX triplet: 5E, 77 and 54. RGB value is (94,119,84). Sum of RGB (Red+Green+Blue) = 94+119+84=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 119 - color contains mainly: green. Hex color #5E7754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7754 is #A188AB. Grayscale: #6B6B6B. Windows color (decimal): -10586284 or 5535582. OLE color: 5535582.
HSL color Cylindrical-coordinate representation of color #5E7754: hue angle of 102.86º 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 #5E7754 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 119 | 84 | - |
| CMYK | 0.21 | 0 | 0.29 | 0.53 |
| HSL | 102.86º | 0.17% | 0.4% | - |
| HSV(B) | 102.86º | 0.29% | 0.47% | - |
| XYZ | 12.81 | 16.21 | 10.84 | - |
| YUV | 107.54 | 114.72 | 118.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 119 | 84 | 0.21 | 0 | 0.29 | 0.53 | 102.86 | 0.17 | 0.4 |
| Hex | 5E | 77 | 54 | 15 | 0 | 1D | 35 | 67 | 11 | 28 |
| Octal | 136 | 167 | 124 | 25 | 0 | 35 | 65 | 147 | 21 | 50 |
| Binary | 1011110 | 1110111 | 1010100 | 10101 | 0 | 11101 | 110101 | 1100111 | 10001 | 101000 |
Color Harmonies of #5E7754
Complementary color
Monochromatic Colors of #5E7754
Black with #5E7754
Text Example
Text Example
White with #5E7754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7754; }
p { color: rgb(94,119,84); }
H1.HeaderClassName
{
color: #5E7754;
}
.AnyTagClassName
{
color: #5E7754;
}
</style>
background-color css
<style>
a { background-color: #5E7754; }
a { background-color: rgb(94,119,84); }
div.DivClassName
{
background-color: #5E7754;
}
.BgClassName
{
background-color: #5E7754;
}
</style>
border-color css
<style>
span { border-color: #5E7754; }
span { border-color: rgb(94,119,84); }
td.TdClassName
{
border-color: #5E7754;
}
.TagClassName
{
border-color: #5E7754;
}
</style>