Shades of Axolotl #6C7967
Tints of Axolotl #6C7967
RGB
CMYK
RGB Variations
Color information
#6C7967 (or 0x6C7967) is known color: Axolotl. HEX triplet: 6C, 79 and 67. RGB value is (108,121,103). Sum of RGB (Red+Green+Blue) = 108+121+103=332 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.53% from 332); Green value is 121 (47.66% from 255 or 36.45% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 121 - color contains mainly: green. Hex color #6C7967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7967 is #938698. Grayscale: #737373. Windows color (decimal): -9668249 or 6781292. OLE color: 6781292.
HSL color Cylindrical-coordinate representation of color #6C7967: hue angle of 103.33º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6C7967 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 121 | 103 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.53 |
| HSL | 103.33º | 0.08% | 0.44% | - |
| HSV(B) | 103.33º | 0.15% | 0.47% | - |
| XYZ | 15.47 | 17.84 | 15.46 | - |
| YUV | 115.06 | 121.19 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 121 | 103 | 0.11 | 0 | 0.15 | 0.53 | 103.33 | 0.08 | 0.44 |
| Hex | 6C | 79 | 67 | B | 0 | F | 35 | 67 | 8 | 2C |
| Octal | 154 | 171 | 147 | 13 | 0 | 17 | 65 | 147 | 10 | 54 |
| Binary | 1101100 | 1111001 | 1100111 | 1011 | 0 | 1111 | 110101 | 1100111 | 1000 | 101100 |
Color Harmonies of #6C7967
Complementary color
Monochromatic Colors of #6C7967
Black with #6C7967
Text Example
Text Example
White with #6C7967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7967; }
p { color: rgb(108,121,103); }
H1.HeaderClassName
{
color: #6C7967;
}
.AnyTagClassName
{
color: #6C7967;
}
</style>
background-color css
<style>
a { background-color: #6C7967; }
a { background-color: rgb(108,121,103); }
div.DivClassName
{
background-color: #6C7967;
}
.BgClassName
{
background-color: #6C7967;
}
</style>
border-color css
<style>
span { border-color: #6C7967; }
span { border-color: rgb(108,121,103); }
td.TdClassName
{
border-color: #6C7967;
}
.TagClassName
{
border-color: #6C7967;
}
</style>