Shades of Axolotl #6A7D5E
Tints of Axolotl #6A7D5E
RGB
CMYK
RGB Variations
Color information
#6A7D5E (or 0x6A7D5E) is known color: Axolotl. HEX triplet: 6A, 7D and 5E. RGB value is (106,125,94). Sum of RGB (Red+Green+Blue) = 106+125+94=325 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.62% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 94 (37.11% from 255 or 28.92% from 325); Max value from RGB is 125 - color contains mainly: green. Hex color #6A7D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7D5E is #9582A1. Grayscale: #737373. Windows color (decimal): -9798306 or 6192490. OLE color: 6192490.
HSL color Cylindrical-coordinate representation of color #6A7D5E: hue angle of 96.77º degrees, saturation: 0.14, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A7D5E is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 125 | 94 | - |
| CMYK | 0.15 | 0 | 0.25 | 0.51 |
| HSL | 96.77º | 0.14% | 0.43% | - |
| HSV(B) | 96.77º | 0.25% | 0.49% | - |
| XYZ | 15.3 | 18.54 | 13.36 | - |
| YUV | 115.79 | 115.71 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 125 | 94 | 0.15 | 0 | 0.25 | 0.51 | 96.77 | 0.14 | 0.43 |
| Hex | 6A | 7D | 5E | F | 0 | 19 | 33 | 61 | E | 2B |
| Octal | 152 | 175 | 136 | 17 | 0 | 31 | 63 | 141 | 16 | 53 |
| Binary | 1101010 | 1111101 | 1011110 | 1111 | 0 | 11001 | 110011 | 1100001 | 1110 | 101011 |
Color Harmonies of #6A7D5E
Complementary color
Monochromatic Colors of #6A7D5E
Black with #6A7D5E
Text Example
Text Example
White with #6A7D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7D5E; }
p { color: rgb(106,125,94); }
H1.HeaderClassName
{
color: #6A7D5E;
}
.AnyTagClassName
{
color: #6A7D5E;
}
</style>
background-color css
<style>
a { background-color: #6A7D5E; }
a { background-color: rgb(106,125,94); }
div.DivClassName
{
background-color: #6A7D5E;
}
.BgClassName
{
background-color: #6A7D5E;
}
</style>
border-color css
<style>
span { border-color: #6A7D5E; }
span { border-color: rgb(106,125,94); }
td.TdClassName
{
border-color: #6A7D5E;
}
.TagClassName
{
border-color: #6A7D5E;
}
</style>