Shades of Axolotl #667E59
Tints of Axolotl #667E59
RGB
CMYK
RGB Variations
Color information
#667E59 (or 0x667E59) is known color: Axolotl. HEX triplet: 66, 7E and 59. RGB value is (102,126,89). Sum of RGB (Red+Green+Blue) = 102+126+89=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 126 - color contains mainly: green. Hex color #667E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667E59 is #9981A6. Grayscale: #727272. Windows color (decimal): -10060199 or 5865062. OLE color: 5865062.
HSL color Cylindrical-coordinate representation of color #667E59: hue angle of 98.92º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #667E59 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 126 | 89 | - |
| CMYK | 0.19 | 0 | 0.29 | 0.51 |
| HSL | 98.92º | 0.17% | 0.42% | - |
| HSV(B) | 98.92º | 0.29% | 0.49% | - |
| XYZ | 14.74 | 18.47 | 12.24 | - |
| YUV | 114.61 | 113.55 | 119.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 89 | 0.19 | 0 | 0.29 | 0.51 | 98.92 | 0.17 | 0.42 |
| Hex | 66 | 7E | 59 | 13 | 0 | 1D | 33 | 63 | 11 | 2A |
| Octal | 146 | 176 | 131 | 23 | 0 | 35 | 63 | 143 | 21 | 52 |
| Binary | 1100110 | 1111110 | 1011001 | 10011 | 0 | 11101 | 110011 | 1100011 | 10001 | 101010 |
Color Harmonies of #667E59
Complementary color
Monochromatic Colors of #667E59
Black with #667E59
Text Example
Text Example
White with #667E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667E59; }
p { color: rgb(102,126,89); }
H1.HeaderClassName
{
color: #667E59;
}
.AnyTagClassName
{
color: #667E59;
}
</style>
background-color css
<style>
a { background-color: #667E59; }
a { background-color: rgb(102,126,89); }
div.DivClassName
{
background-color: #667E59;
}
.BgClassName
{
background-color: #667E59;
}
</style>
border-color css
<style>
span { border-color: #667E59; }
span { border-color: rgb(102,126,89); }
td.TdClassName
{
border-color: #667E59;
}
.TagClassName
{
border-color: #667E59;
}
</style>