Shades of Axolotl #6A845B
Tints of Axolotl #6A845B
RGB
CMYK
RGB Variations
Color information
#6A845B (or 0x6A845B) is known color: Axolotl. HEX triplet: 6A, 84 and 5B. RGB value is (106,132,91). Sum of RGB (Red+Green+Blue) = 106+132+91=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 91 (35.94% from 255 or 27.66% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #6A845B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A845B is #957BA4. Grayscale: #777777. Windows color (decimal): -9796517 or 5997674. OLE color: 5997674.
HSL color Cylindrical-coordinate representation of color #6A845B: hue angle of 98.05º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A845B is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 106 | 132 | 91 | - |
| CMYK | 0.20 | 0 | 0.31 | 0.48 |
| HSL | 98.05º | 0.18% | 0.44% | - |
| HSV(B) | 98.05º | 0.31% | 0.52% | - |
| XYZ | 16.08 | 20.32 | 12.97 | - |
| YUV | 119.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 132 | 91 | 0.20 | 0 | 0.31 | 0.48 | 98.05 | 0.18 | 0.44 |
| Hex | 6A | 84 | 5B | 14 | 0 | 1F | 30 | 62 | 12 | 2C |
| Octal | 152 | 204 | 133 | 24 | 0 | 37 | 60 | 142 | 22 | 54 |
| Binary | 1101010 | 10000100 | 1011011 | 10100 | 0 | 11111 | 110000 | 1100010 | 10010 | 101100 |
Color Harmonies of #6A845B
Complementary color
Monochromatic Colors of #6A845B
Black with #6A845B
Text Example
Text Example
White with #6A845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A845B; }
p { color: rgb(106,132,91); }
H1.HeaderClassName
{
color: #6A845B;
}
.AnyTagClassName
{
color: #6A845B;
}
</style>
background-color css
<style>
a { background-color: #6A845B; }
a { background-color: rgb(106,132,91); }
div.DivClassName
{
background-color: #6A845B;
}
.BgClassName
{
background-color: #6A845B;
}
</style>
border-color css
<style>
span { border-color: #6A845B; }
span { border-color: rgb(106,132,91); }
td.TdClassName
{
border-color: #6A845B;
}
.TagClassName
{
border-color: #6A845B;
}
</style>