Shades of Axolotl #6C855F
Tints of Axolotl #6C855F
RGB
CMYK
RGB Variations
Color information
#6C855F (or 0x6C855F) is known color: Axolotl. HEX triplet: 6C, 85 and 5F. RGB value is (108,133,95). Sum of RGB (Red+Green+Blue) = 108+133+95=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #6C855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C855F is #937AA0. Grayscale: #797979. Windows color (decimal): -9665185 or 6260076. OLE color: 6260076.
HSL color Cylindrical-coordinate representation of color #6C855F: hue angle of 99.47º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C855F is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 133 | 95 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.48 |
| HSL | 99.47º | 0.17% | 0.45% | - |
| HSV(B) | 99.47º | 0.29% | 0.52% | - |
| XYZ | 16.64 | 20.79 | 13.96 | - |
| YUV | 121.19 | 113.22 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 133 | 95 | 0.19 | 0 | 0.29 | 0.48 | 99.47 | 0.17 | 0.45 |
| Hex | 6C | 85 | 5F | 13 | 0 | 1D | 30 | 63 | 11 | 2D |
| Octal | 154 | 205 | 137 | 23 | 0 | 35 | 60 | 143 | 21 | 55 |
| Binary | 1101100 | 10000101 | 1011111 | 10011 | 0 | 11101 | 110000 | 1100011 | 10001 | 101101 |
Color Harmonies of #6C855F
Complementary color
Monochromatic Colors of #6C855F
Black with #6C855F
Text Example
Text Example
White with #6C855F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C855F; }
p { color: rgb(108,133,95); }
H1.HeaderClassName
{
color: #6C855F;
}
.AnyTagClassName
{
color: #6C855F;
}
</style>
background-color css
<style>
a { background-color: #6C855F; }
a { background-color: rgb(108,133,95); }
div.DivClassName
{
background-color: #6C855F;
}
.BgClassName
{
background-color: #6C855F;
}
</style>
border-color css
<style>
span { border-color: #6C855F; }
span { border-color: rgb(108,133,95); }
td.TdClassName
{
border-color: #6C855F;
}
.TagClassName
{
border-color: #6C855F;
}
</style>