Shades of Axolotl #6C865B
Tints of Axolotl #6C865B
RGB
CMYK
RGB Variations
Color information
#6C865B (or 0x6C865B) is known color: Axolotl. HEX triplet: 6C, 86 and 5B. RGB value is (108,134,91). Sum of RGB (Red+Green+Blue) = 108+134+91=333 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.43% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 134 - color contains mainly: green. Hex color #6C865B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C865B is #9379A4. Grayscale: #797979. Windows color (decimal): -9664933 or 5998188. OLE color: 5998188.
HSL color Cylindrical-coordinate representation of color #6C865B: hue angle of 96.28º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C865B is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 134 | 91 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.47 |
| HSL | 96.28º | 0.19% | 0.44% | - |
| HSV(B) | 96.28º | 0.32% | 0.53% | - |
| XYZ | 16.6 | 20.99 | 13.07 | - |
| YUV | 121.32 | 110.89 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 134 | 91 | 0.19 | 0 | 0.32 | 0.47 | 96.28 | 0.19 | 0.44 |
| Hex | 6C | 86 | 5B | 13 | 0 | 20 | 2F | 60 | 13 | 2C |
| Octal | 154 | 206 | 133 | 23 | 0 | 40 | 57 | 140 | 23 | 54 |
| Binary | 1101100 | 10000110 | 1011011 | 10011 | 0 | 100000 | 101111 | 1100000 | 10011 | 101100 |
Color Harmonies of #6C865B
Complementary color
Monochromatic Colors of #6C865B
Black with #6C865B
Text Example
Text Example
White with #6C865B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C865B; }
p { color: rgb(108,134,91); }
H1.HeaderClassName
{
color: #6C865B;
}
.AnyTagClassName
{
color: #6C865B;
}
</style>
background-color css
<style>
a { background-color: #6C865B; }
a { background-color: rgb(108,134,91); }
div.DivClassName
{
background-color: #6C865B;
}
.BgClassName
{
background-color: #6C865B;
}
</style>
border-color css
<style>
span { border-color: #6C865B; }
span { border-color: rgb(108,134,91); }
td.TdClassName
{
border-color: #6C865B;
}
.TagClassName
{
border-color: #6C865B;
}
</style>