Shades of Axolotl #5E7652
Tints of Axolotl #5E7652
RGB
CMYK
RGB Variations
Color information
#5E7652 (or 0x5E7652) is known color: Axolotl. HEX triplet: 5E, 76 and 52. RGB value is (94,118,82). Sum of RGB (Red+Green+Blue) = 94+118+82=294 (38% of max value = 765). Red value is 94 (37.11% from 255 or 31.97% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 118 - color contains mainly: green. Hex color #5E7652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E7652 is #A189AD. Grayscale: #6A6A6A. Windows color (decimal): -10586542 or 5404254. OLE color: 5404254.
HSL color Cylindrical-coordinate representation of color #5E7652: hue angle of 100º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5E7652 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
RGB | 94 | 118 | 82 | - |
CMYK | 0.20 | 0 | 0.31 | 0.54 |
HSL | 100º | 0.18% | 0.39% | - |
HSV(B) | 100º | 0.31% | 0.46% | - |
XYZ | 12.62 | 15.95 | 10.4 | - |
YUV | 106.72 | 114.05 | 118.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 118 | 82 | 0.20 | 0 | 0.31 | 0.54 | 100 | 0.18 | 0.39 |
Hex | 5E | 76 | 52 | 14 | 0 | 1F | 36 | 64 | 12 | 27 |
Octal | 136 | 166 | 122 | 24 | 0 | 37 | 66 | 144 | 22 | 47 |
Binary | 1011110 | 1110110 | 1010010 | 10100 | 0 | 11111 | 110110 | 1100100 | 10010 | 100111 |
Color Harmonies of #5E7652
Complementary color
Monochromatic Colors of #5E7652
Black with #5E7652
Text Example
Text Example
White with #5E7652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E7652; }
p { color: rgb(94,118,82); }
H1.HeaderClassName
{
color: #5E7652;
}
.AnyTagClassName
{
color: #5E7652;
}
</style>
background-color css
<style>
a { background-color: #5E7652; }
a { background-color: rgb(94,118,82); }
div.DivClassName
{
background-color: #5E7652;
}
.BgClassName
{
background-color: #5E7652;
}
</style>
border-color css
<style>
span { border-color: #5E7652; }
span { border-color: rgb(94,118,82); }
td.TdClassName
{
border-color: #5E7652;
}
.TagClassName
{
border-color: #5E7652;
}
</style>