Shades of Axolotl #6C865D
Tints of Axolotl #6C865D
RGB
CMYK
RGB Variations
Color information
#6C865D (or 0x6C865D) is known color: Axolotl. HEX triplet: 6C, 86 and 5D. RGB value is (108,134,93). Sum of RGB (Red+Green+Blue) = 108+134+93=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 134 - color contains mainly: green. Hex color #6C865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C865D is #9379A2. Grayscale: #797979. Windows color (decimal): -9664931 or 6129260. OLE color: 6129260.
HSL color Cylindrical-coordinate representation of color #6C865D: hue angle of 98.05º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C865D is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 134 | 93 | - |
| CMYK | 0.19 | 0 | 0.31 | 0.47 |
| HSL | 98.05º | 0.18% | 0.45% | - |
| HSV(B) | 98.05º | 0.31% | 0.53% | - |
| XYZ | 16.69 | 21.03 | 13.54 | - |
| YUV | 121.55 | 111.89 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 134 | 93 | 0.19 | 0 | 0.31 | 0.47 | 98.05 | 0.18 | 0.45 |
| Hex | 6C | 86 | 5D | 13 | 0 | 1F | 2F | 62 | 12 | 2D |
| Octal | 154 | 206 | 135 | 23 | 0 | 37 | 57 | 142 | 22 | 55 |
| Binary | 1101100 | 10000110 | 1011101 | 10011 | 0 | 11111 | 101111 | 1100010 | 10010 | 101101 |
Color Harmonies of #6C865D
Complementary color
Monochromatic Colors of #6C865D
Black with #6C865D
Text Example
Text Example
White with #6C865D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C865D; }
p { color: rgb(108,134,93); }
H1.HeaderClassName
{
color: #6C865D;
}
.AnyTagClassName
{
color: #6C865D;
}
</style>
background-color css
<style>
a { background-color: #6C865D; }
a { background-color: rgb(108,134,93); }
div.DivClassName
{
background-color: #6C865D;
}
.BgClassName
{
background-color: #6C865D;
}
</style>
border-color css
<style>
span { border-color: #6C865D; }
span { border-color: rgb(108,134,93); }
td.TdClassName
{
border-color: #6C865D;
}
.TagClassName
{
border-color: #6C865D;
}
</style>