Shades of Axolotl #6A855B
Tints of Axolotl #6A855B
RGB
CMYK
RGB Variations
Color information
#6A855B (or 0x6A855B) is known color: Axolotl. HEX triplet: 6A, 85 and 5B. RGB value is (106,133,91). Sum of RGB (Red+Green+Blue) = 106+133+91=330 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.12% from 330); Green value is 133 (52.34% from 255 or 40.30% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 133 - color contains mainly: green. Hex color #6A855B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A855B is #957AA4. Grayscale: #787878. Windows color (decimal): -9796261 or 5997930. OLE color: 5997930.
HSL color Cylindrical-coordinate representation of color #6A855B: hue angle of 98.57º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A855B is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 106 | 133 | 91 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.48 |
| HSL | 98.57º | 0.19% | 0.44% | - |
| HSV(B) | 98.57º | 0.32% | 0.52% | - |
| XYZ | 16.22 | 20.59 | 13.02 | - |
| YUV | 120.14 | 111.55 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 133 | 91 | 0.20 | 0 | 0.32 | 0.48 | 98.57 | 0.19 | 0.44 |
| Hex | 6A | 85 | 5B | 14 | 0 | 20 | 30 | 63 | 13 | 2C |
| Octal | 152 | 205 | 133 | 24 | 0 | 40 | 60 | 143 | 23 | 54 |
| Binary | 1101010 | 10000101 | 1011011 | 10100 | 0 | 100000 | 110000 | 1100011 | 10011 | 101100 |
Color Harmonies of #6A855B
Complementary color
Monochromatic Colors of #6A855B
Black with #6A855B
Text Example
Text Example
White with #6A855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A855B; }
p { color: rgb(106,133,91); }
H1.HeaderClassName
{
color: #6A855B;
}
.AnyTagClassName
{
color: #6A855B;
}
</style>
background-color css
<style>
a { background-color: #6A855B; }
a { background-color: rgb(106,133,91); }
div.DivClassName
{
background-color: #6A855B;
}
.BgClassName
{
background-color: #6A855B;
}
</style>
border-color css
<style>
span { border-color: #6A855B; }
span { border-color: rgb(106,133,91); }
td.TdClassName
{
border-color: #6A855B;
}
.TagClassName
{
border-color: #6A855B;
}
</style>