Shades of Axolotl #6A8060
Tints of Axolotl #6A8060
RGB
CMYK
RGB Variations
Color information
#6A8060 (or 0x6A8060) is known color: Axolotl. HEX triplet: 6A, 80 and 60. RGB value is (106,128,96). Sum of RGB (Red+Green+Blue) = 106+128+96=330 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.12% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 128 - color contains mainly: green. Hex color #6A8060 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8060 is #957F9F. Grayscale: #757575. Windows color (decimal): -9797536 or 6324330. OLE color: 6324330.
HSL color Cylindrical-coordinate representation of color #6A8060: hue angle of 101.25º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A8060 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 106 | 128 | 96 | - |
| CMYK | 0.17 | 0 | 0.25 | 0.50 |
| HSL | 101.25º | 0.14% | 0.44% | - |
| HSV(B) | 101.25º | 0.25% | 0.5% | - |
| XYZ | 15.77 | 19.35 | 13.97 | - |
| YUV | 117.77 | 115.71 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 128 | 96 | 0.17 | 0 | 0.25 | 0.50 | 101.25 | 0.14 | 0.44 |
| Hex | 6A | 80 | 60 | 11 | 0 | 19 | 32 | 65 | E | 2C |
| Octal | 152 | 200 | 140 | 21 | 0 | 31 | 62 | 145 | 16 | 54 |
| Binary | 1101010 | 10000000 | 1100000 | 10001 | 0 | 11001 | 110010 | 1100101 | 1110 | 101100 |
Color Harmonies of #6A8060
Complementary color
Monochromatic Colors of #6A8060
Black with #6A8060
Text Example
Text Example
White with #6A8060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8060; }
p { color: rgb(106,128,96); }
H1.HeaderClassName
{
color: #6A8060;
}
.AnyTagClassName
{
color: #6A8060;
}
</style>
background-color css
<style>
a { background-color: #6A8060; }
a { background-color: rgb(106,128,96); }
div.DivClassName
{
background-color: #6A8060;
}
.BgClassName
{
background-color: #6A8060;
}
</style>
border-color css
<style>
span { border-color: #6A8060; }
span { border-color: rgb(106,128,96); }
td.TdClassName
{
border-color: #6A8060;
}
.TagClassName
{
border-color: #6A8060;
}
</style>