Shades of Axolotl #6B7F60
Tints of Axolotl #6B7F60
RGB
CMYK
RGB Variations
Color information
#6B7F60 (or 0x6B7F60) is known color: Axolotl. HEX triplet: 6B, 7F and 60. RGB value is (107,127,96). Sum of RGB (Red+Green+Blue) = 107+127+96=330 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.42% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 127 - color contains mainly: green. Hex color #6B7F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7F60 is #94809F. Grayscale: #757575. Windows color (decimal): -9732256 or 6324075. OLE color: 6324075.
HSL color Cylindrical-coordinate representation of color #6B7F60: hue angle of 98.71º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B7F60 is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 107 | 127 | 96 | - |
| CMYK | 0.16 | 0 | 0.24 | 0.50 |
| HSL | 98.71º | 0.14% | 0.44% | - |
| HSV(B) | 98.71º | 0.24% | 0.5% | - |
| XYZ | 15.76 | 19.15 | 13.93 | - |
| YUV | 117.49 | 115.87 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 127 | 96 | 0.16 | 0 | 0.24 | 0.50 | 98.71 | 0.14 | 0.44 |
| Hex | 6B | 7F | 60 | 10 | 0 | 18 | 32 | 63 | E | 2C |
| Octal | 153 | 177 | 140 | 20 | 0 | 30 | 62 | 143 | 16 | 54 |
| Binary | 1101011 | 1111111 | 1100000 | 10000 | 0 | 11000 | 110010 | 1100011 | 1110 | 101100 |
Color Harmonies of #6B7F60
Complementary color
Monochromatic Colors of #6B7F60
Black with #6B7F60
Text Example
Text Example
White with #6B7F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7F60; }
p { color: rgb(107,127,96); }
H1.HeaderClassName
{
color: #6B7F60;
}
.AnyTagClassName
{
color: #6B7F60;
}
</style>
background-color css
<style>
a { background-color: #6B7F60; }
a { background-color: rgb(107,127,96); }
div.DivClassName
{
background-color: #6B7F60;
}
.BgClassName
{
background-color: #6B7F60;
}
</style>
border-color css
<style>
span { border-color: #6B7F60; }
span { border-color: rgb(107,127,96); }
td.TdClassName
{
border-color: #6B7F60;
}
.TagClassName
{
border-color: #6B7F60;
}
</style>