Shades of Axolotl #667C59
Tints of Axolotl #667C59
RGB
CMYK
RGB Variations
Color information
#667C59 (or 0x667C59) is known color: Axolotl. HEX triplet: 66, 7C and 59. RGB value is (102,124,89). Sum of RGB (Red+Green+Blue) = 102+124+89=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 124 - color contains mainly: green. Hex color #667C59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667C59 is #9983A6. Grayscale: #717171. Windows color (decimal): -10060711 or 5864550. OLE color: 5864550.
HSL color Cylindrical-coordinate representation of color #667C59: hue angle of 97.71º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #667C59 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 124 | 89 | - |
| CMYK | 0.18 | 0 | 0.28 | 0.51 |
| HSL | 97.71º | 0.16% | 0.42% | - |
| HSV(B) | 97.71º | 0.28% | 0.49% | - |
| XYZ | 14.49 | 17.96 | 12.15 | - |
| YUV | 113.43 | 114.21 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 124 | 89 | 0.18 | 0 | 0.28 | 0.51 | 97.71 | 0.16 | 0.42 |
| Hex | 66 | 7C | 59 | 12 | 0 | 1C | 33 | 62 | 10 | 2A |
| Octal | 146 | 174 | 131 | 22 | 0 | 34 | 63 | 142 | 20 | 52 |
| Binary | 1100110 | 1111100 | 1011001 | 10010 | 0 | 11100 | 110011 | 1100010 | 10000 | 101010 |
Color Harmonies of #667C59
Complementary color
Monochromatic Colors of #667C59
Black with #667C59
Text Example
Text Example
White with #667C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667C59; }
p { color: rgb(102,124,89); }
H1.HeaderClassName
{
color: #667C59;
}
.AnyTagClassName
{
color: #667C59;
}
</style>
background-color css
<style>
a { background-color: #667C59; }
a { background-color: rgb(102,124,89); }
div.DivClassName
{
background-color: #667C59;
}
.BgClassName
{
background-color: #667C59;
}
</style>
border-color css
<style>
span { border-color: #667C59; }
span { border-color: rgb(102,124,89); }
td.TdClassName
{
border-color: #667C59;
}
.TagClassName
{
border-color: #667C59;
}
</style>