Shades of Axolotl #6B7E65
Tints of Axolotl #6B7E65
RGB
CMYK
RGB Variations
Color information
#6B7E65 (or 0x6B7E65) is known color: Axolotl. HEX triplet: 6B, 7E and 65. RGB value is (107,126,101). Sum of RGB (Red+Green+Blue) = 107+126+101=334 (44% of max value = 765). Red value is 107 (42.19% from 255 or 32.04% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 126 - color contains mainly: green. Hex color #6B7E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7E65 is #94819A. Grayscale: #757575. Windows color (decimal): -9732507 or 6651499. OLE color: 6651499.
HSL color Cylindrical-coordinate representation of color #6B7E65: hue angle of 105.6º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B7E65 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 107 | 126 | 101 | - |
| CMYK | 0.15 | 0 | 0.20 | 0.51 |
| HSL | 105.6º | 0.11% | 0.45% | - |
| HSV(B) | 105.6º | 0.2% | 0.49% | - |
| XYZ | 15.87 | 18.99 | 15.14 | - |
| YUV | 117.47 | 118.71 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 126 | 101 | 0.15 | 0 | 0.20 | 0.51 | 105.6 | 0.11 | 0.45 |
| Hex | 6B | 7E | 65 | F | 0 | 14 | 33 | 6A | B | 2D |
| Octal | 153 | 176 | 145 | 17 | 0 | 24 | 63 | 152 | 13 | 55 |
| Binary | 1101011 | 1111110 | 1100101 | 1111 | 0 | 10100 | 110011 | 1101010 | 1011 | 101101 |
Color Harmonies of #6B7E65
Complementary color
Monochromatic Colors of #6B7E65
Black with #6B7E65
Text Example
Text Example
White with #6B7E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7E65; }
p { color: rgb(107,126,101); }
H1.HeaderClassName
{
color: #6B7E65;
}
.AnyTagClassName
{
color: #6B7E65;
}
</style>
background-color css
<style>
a { background-color: #6B7E65; }
a { background-color: rgb(107,126,101); }
div.DivClassName
{
background-color: #6B7E65;
}
.BgClassName
{
background-color: #6B7E65;
}
</style>
border-color css
<style>
span { border-color: #6B7E65; }
span { border-color: rgb(107,126,101); }
td.TdClassName
{
border-color: #6B7E65;
}
.TagClassName
{
border-color: #6B7E65;
}
</style>