Shades of Axolotl #6A7A60
Tints of Axolotl #6A7A60
RGB
CMYK
RGB Variations
Color information
#6A7A60 (or 0x6A7A60) is known color: Axolotl. HEX triplet: 6A, 7A and 60. RGB value is (106,122,96). Sum of RGB (Red+Green+Blue) = 106+122+96=324 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.72% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 122 - color contains mainly: green. Hex color #6A7A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7A60 is #95859F. Grayscale: #727272. Windows color (decimal): -9799072 or 6322794. OLE color: 6322794.
HSL color Cylindrical-coordinate representation of color #6A7A60: hue angle of 96.92º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A7A60 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 122 | 96 | - |
| CMYK | 0.13 | 0 | 0.21 | 0.52 |
| HSL | 96.92º | 0.12% | 0.43% | - |
| HSV(B) | 96.92º | 0.21% | 0.48% | - |
| XYZ | 15.01 | 17.83 | 13.72 | - |
| YUV | 114.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 122 | 96 | 0.13 | 0 | 0.21 | 0.52 | 96.92 | 0.12 | 0.43 |
| Hex | 6A | 7A | 60 | D | 0 | 15 | 34 | 61 | C | 2B |
| Octal | 152 | 172 | 140 | 15 | 0 | 25 | 64 | 141 | 14 | 53 |
| Binary | 1101010 | 1111010 | 1100000 | 1101 | 0 | 10101 | 110100 | 1100001 | 1100 | 101011 |
Color Harmonies of #6A7A60
Complementary color
Monochromatic Colors of #6A7A60
Black with #6A7A60
Text Example
Text Example
White with #6A7A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7A60; }
p { color: rgb(106,122,96); }
H1.HeaderClassName
{
color: #6A7A60;
}
.AnyTagClassName
{
color: #6A7A60;
}
</style>
background-color css
<style>
a { background-color: #6A7A60; }
a { background-color: rgb(106,122,96); }
div.DivClassName
{
background-color: #6A7A60;
}
.BgClassName
{
background-color: #6A7A60;
}
</style>
border-color css
<style>
span { border-color: #6A7A60; }
span { border-color: rgb(106,122,96); }
td.TdClassName
{
border-color: #6A7A60;
}
.TagClassName
{
border-color: #6A7A60;
}
</style>