Shades of Axolotl #6B8360
Tints of Axolotl #6B8360
RGB
CMYK
RGB Variations
Color information
#6B8360 (or 0x6B8360) is known color: Axolotl. HEX triplet: 6B, 83 and 60. RGB value is (107,131,96). Sum of RGB (Red+Green+Blue) = 107+131+96=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 131 - color contains mainly: green. Hex color #6B8360 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8360 is #947C9F. Grayscale: #777777. Windows color (decimal): -9731232 or 6325099. OLE color: 6325099.
HSL color Cylindrical-coordinate representation of color #6B8360: hue angle of 101.14º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B8360 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 131 | 96 | - |
| CMYK | 0.18 | 0 | 0.27 | 0.49 |
| HSL | 101.14º | 0.15% | 0.45% | - |
| HSV(B) | 101.14º | 0.27% | 0.51% | - |
| XYZ | 16.29 | 20.2 | 14.11 | - |
| YUV | 119.83 | 114.55 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 131 | 96 | 0.18 | 0 | 0.27 | 0.49 | 101.14 | 0.15 | 0.45 |
| Hex | 6B | 83 | 60 | 12 | 0 | 1B | 31 | 65 | F | 2D |
| Octal | 153 | 203 | 140 | 22 | 0 | 33 | 61 | 145 | 17 | 55 |
| Binary | 1101011 | 10000011 | 1100000 | 10010 | 0 | 11011 | 110001 | 1100101 | 1111 | 101101 |
Color Harmonies of #6B8360
Complementary color
Monochromatic Colors of #6B8360
Black with #6B8360
Text Example
Text Example
White with #6B8360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8360; }
p { color: rgb(107,131,96); }
H1.HeaderClassName
{
color: #6B8360;
}
.AnyTagClassName
{
color: #6B8360;
}
</style>
background-color css
<style>
a { background-color: #6B8360; }
a { background-color: rgb(107,131,96); }
div.DivClassName
{
background-color: #6B8360;
}
.BgClassName
{
background-color: #6B8360;
}
</style>
border-color css
<style>
span { border-color: #6B8360; }
span { border-color: rgb(107,131,96); }
td.TdClassName
{
border-color: #6B8360;
}
.TagClassName
{
border-color: #6B8360;
}
</style>