Shades of Axolotl #6C855B
Tints of Axolotl #6C855B
RGB
CMYK
RGB Variations
Color information
#6C855B (or 0x6C855B) is known color: Axolotl. HEX triplet: 6C, 85 and 5B. RGB value is (108,133,91). Sum of RGB (Red+Green+Blue) = 108+133+91=332 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.53% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #6C855B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C855B is #937AA4. Grayscale: #787878. Windows color (decimal): -9665189 or 5997932. OLE color: 5997932.
HSL color Cylindrical-coordinate representation of color #6C855B: hue angle of 95.71º 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 #6C855B is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 133 | 91 | - |
| CMYK | 0.19 | 0 | 0.32 | 0.48 |
| HSL | 95.71º | 0.19% | 0.44% | - |
| HSV(B) | 95.71º | 0.32% | 0.52% | - |
| XYZ | 16.46 | 20.72 | 13.03 | - |
| YUV | 120.74 | 111.22 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 133 | 91 | 0.19 | 0 | 0.32 | 0.48 | 95.71 | 0.19 | 0.44 |
| Hex | 6C | 85 | 5B | 13 | 0 | 20 | 30 | 60 | 13 | 2C |
| Octal | 154 | 205 | 133 | 23 | 0 | 40 | 60 | 140 | 23 | 54 |
| Binary | 1101100 | 10000101 | 1011011 | 10011 | 0 | 100000 | 110000 | 1100000 | 10011 | 101100 |
Color Harmonies of #6C855B
Complementary color
Monochromatic Colors of #6C855B
Black with #6C855B
Text Example
Text Example
White with #6C855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C855B; }
p { color: rgb(108,133,91); }
H1.HeaderClassName
{
color: #6C855B;
}
.AnyTagClassName
{
color: #6C855B;
}
</style>
background-color css
<style>
a { background-color: #6C855B; }
a { background-color: rgb(108,133,91); }
div.DivClassName
{
background-color: #6C855B;
}
.BgClassName
{
background-color: #6C855B;
}
</style>
border-color css
<style>
span { border-color: #6C855B; }
span { border-color: rgb(108,133,91); }
td.TdClassName
{
border-color: #6C855B;
}
.TagClassName
{
border-color: #6C855B;
}
</style>