Shades of Axolotl #6C7F64
Tints of Axolotl #6C7F64
RGB
CMYK
RGB Variations
Color information
#6C7F64 (or 0x6C7F64) is known color: Axolotl. HEX triplet: 6C, 7F and 64. RGB value is (108,127,100). Sum of RGB (Red+Green+Blue) = 108+127+100=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 127 (50% from 255 or 37.91% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 127 - color contains mainly: green. Hex color #6C7F64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7F64 is #93809B. Grayscale: #767676. Windows color (decimal): -9666716 or 6586220. OLE color: 6586220.
HSL color Cylindrical-coordinate representation of color #6C7F64: hue angle of 102.22º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C7F64 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 108 | 127 | 100 | - |
| CMYK | 0.15 | 0 | 0.21 | 0.50 |
| HSL | 102.22º | 0.12% | 0.45% | - |
| HSV(B) | 102.22º | 0.21% | 0.5% | - |
| XYZ | 16.07 | 19.29 | 14.93 | - |
| YUV | 118.24 | 117.71 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 127 | 100 | 0.15 | 0 | 0.21 | 0.50 | 102.22 | 0.12 | 0.45 |
| Hex | 6C | 7F | 64 | F | 0 | 15 | 32 | 66 | C | 2D |
| Octal | 154 | 177 | 144 | 17 | 0 | 25 | 62 | 146 | 14 | 55 |
| Binary | 1101100 | 1111111 | 1100100 | 1111 | 0 | 10101 | 110010 | 1100110 | 1100 | 101101 |
Color Harmonies of #6C7F64
Complementary color
Monochromatic Colors of #6C7F64
Black with #6C7F64
Text Example
Text Example
White with #6C7F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7F64; }
p { color: rgb(108,127,100); }
H1.HeaderClassName
{
color: #6C7F64;
}
.AnyTagClassName
{
color: #6C7F64;
}
</style>
background-color css
<style>
a { background-color: #6C7F64; }
a { background-color: rgb(108,127,100); }
div.DivClassName
{
background-color: #6C7F64;
}
.BgClassName
{
background-color: #6C7F64;
}
</style>
border-color css
<style>
span { border-color: #6C7F64; }
span { border-color: rgb(108,127,100); }
td.TdClassName
{
border-color: #6C7F64;
}
.TagClassName
{
border-color: #6C7F64;
}
</style>