Shades of Axolotl #667C56
Tints of Axolotl #667C56
RGB
CMYK
RGB Variations
Color information
#667C56 (or 0x667C56) is known color: Axolotl. HEX triplet: 66, 7C and 56. RGB value is (102,124,86). Sum of RGB (Red+Green+Blue) = 102+124+86=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 86 (33.98% from 255 or 27.56% from 312); Max value from RGB is 124 - color contains mainly: green. Hex color #667C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667C56 is #9983A9. Grayscale: #717171. Windows color (decimal): -10060714 or 5667942. OLE color: 5667942.
HSL color Cylindrical-coordinate representation of color #667C56: hue angle of 94.74º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #667C56 is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 124 | 86 | - |
| CMYK | 0.18 | 0 | 0.31 | 0.51 |
| HSL | 94.74º | 0.18% | 0.41% | - |
| HSV(B) | 94.74º | 0.31% | 0.49% | - |
| XYZ | 14.37 | 17.91 | 11.5 | - |
| YUV | 113.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 86 | 0.18 | 0 | 0.31 | 0.51 | 94.74 | 0.18 | 0.41 |
| Hex | 66 | 7C | 56 | 12 | 0 | 1F | 33 | 5F | 12 | 29 |
| Octal | 146 | 174 | 126 | 22 | 0 | 37 | 63 | 137 | 22 | 51 |
| Binary | 1100110 | 1111100 | 1010110 | 10010 | 0 | 11111 | 110011 | 1011111 | 10010 | 101001 |
Color Harmonies of #667C56
Complementary color
Monochromatic Colors of #667C56
Black with #667C56
Text Example
Text Example
White with #667C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667C56; }
p { color: rgb(102,124,86); }
H1.HeaderClassName
{
color: #667C56;
}
.AnyTagClassName
{
color: #667C56;
}
</style>
background-color css
<style>
a { background-color: #667C56; }
a { background-color: rgb(102,124,86); }
div.DivClassName
{
background-color: #667C56;
}
.BgClassName
{
background-color: #667C56;
}
</style>
border-color css
<style>
span { border-color: #667C56; }
span { border-color: rgb(102,124,86); }
td.TdClassName
{
border-color: #667C56;
}
.TagClassName
{
border-color: #667C56;
}
</style>