Shades of Axolotl #6A8062
Tints of Axolotl #6A8062
RGB
CMYK
RGB Variations
Color information
#6A8062 (or 0x6A8062) is known color: Axolotl. HEX triplet: 6A, 80 and 62. RGB value is (106,128,98). Sum of RGB (Red+Green+Blue) = 106+128+98=332 (43% of max value = 765). Red value is 106 (41.80% from 255 or 31.93% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 128 - color contains mainly: green. Hex color #6A8062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8062 is #957F9D. Grayscale: #767676. Windows color (decimal): -9797534 or 6455402. OLE color: 6455402.
HSL color Cylindrical-coordinate representation of color #6A8062: hue angle of 104º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A8062 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 106 | 128 | 98 | - |
| CMYK | 0.17 | 0 | 0.23 | 0.50 |
| HSL | 104º | 0.13% | 0.44% | - |
| HSV(B) | 104º | 0.23% | 0.5% | - |
| XYZ | 15.87 | 19.38 | 14.46 | - |
| YUV | 118 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 128 | 98 | 0.17 | 0 | 0.23 | 0.50 | 104 | 0.13 | 0.44 |
| Hex | 6A | 80 | 62 | 11 | 0 | 17 | 32 | 68 | D | 2C |
| Octal | 152 | 200 | 142 | 21 | 0 | 27 | 62 | 150 | 15 | 54 |
| Binary | 1101010 | 10000000 | 1100010 | 10001 | 0 | 10111 | 110010 | 1101000 | 1101 | 101100 |
Color Harmonies of #6A8062
Complementary color
Monochromatic Colors of #6A8062
Black with #6A8062
Text Example
Text Example
White with #6A8062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8062; }
p { color: rgb(106,128,98); }
H1.HeaderClassName
{
color: #6A8062;
}
.AnyTagClassName
{
color: #6A8062;
}
</style>
background-color css
<style>
a { background-color: #6A8062; }
a { background-color: rgb(106,128,98); }
div.DivClassName
{
background-color: #6A8062;
}
.BgClassName
{
background-color: #6A8062;
}
</style>
border-color css
<style>
span { border-color: #6A8062; }
span { border-color: rgb(106,128,98); }
td.TdClassName
{
border-color: #6A8062;
}
.TagClassName
{
border-color: #6A8062;
}
</style>