Shades of Axolotl #6B8560
Tints of Axolotl #6B8560
RGB
CMYK
RGB Variations
Color information
#6B8560 (or 0x6B8560) is known color: Axolotl. HEX triplet: 6B, 85 and 60. RGB value is (107,133,96). Sum of RGB (Red+Green+Blue) = 107+133+96=336 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.85% from 336); Green value is 133 (52.34% from 255 or 39.58% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 133 - color contains mainly: green. Hex color #6B8560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8560 is #947A9F. Grayscale: #797979. Windows color (decimal): -9730720 or 6325611. OLE color: 6325611.
HSL color Cylindrical-coordinate representation of color #6B8560: hue angle of 102.16º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B8560 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 133 | 96 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.48 |
| HSL | 102.16º | 0.16% | 0.45% | - |
| HSV(B) | 102.16º | 0.28% | 0.52% | - |
| XYZ | 16.56 | 20.75 | 14.2 | - |
| YUV | 121.01 | 113.89 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 133 | 96 | 0.20 | 0 | 0.28 | 0.48 | 102.16 | 0.16 | 0.45 |
| Hex | 6B | 85 | 60 | 14 | 0 | 1C | 30 | 66 | 10 | 2D |
| Octal | 153 | 205 | 140 | 24 | 0 | 34 | 60 | 146 | 20 | 55 |
| Binary | 1101011 | 10000101 | 1100000 | 10100 | 0 | 11100 | 110000 | 1100110 | 10000 | 101101 |
Color Harmonies of #6B8560
Complementary color
Monochromatic Colors of #6B8560
Black with #6B8560
Text Example
Text Example
White with #6B8560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8560; }
p { color: rgb(107,133,96); }
H1.HeaderClassName
{
color: #6B8560;
}
.AnyTagClassName
{
color: #6B8560;
}
</style>
background-color css
<style>
a { background-color: #6B8560; }
a { background-color: rgb(107,133,96); }
div.DivClassName
{
background-color: #6B8560;
}
.BgClassName
{
background-color: #6B8560;
}
</style>
border-color css
<style>
span { border-color: #6B8560; }
span { border-color: rgb(107,133,96); }
td.TdClassName
{
border-color: #6B8560;
}
.TagClassName
{
border-color: #6B8560;
}
</style>