Shades of Axolotl #667B59
Tints of Axolotl #667B59
RGB
CMYK
RGB Variations
Color information
#667B59 (or 0x667B59) is known color: Axolotl. HEX triplet: 66, 7B and 59. RGB value is (102,123,89). Sum of RGB (Red+Green+Blue) = 102+123+89=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 123 (48.44% from 255 or 39.17% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 123 - color contains mainly: green. Hex color #667B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667B59 is #9984A6. Grayscale: #707070. Windows color (decimal): -10060967 or 5864294. OLE color: 5864294.
HSL color Cylindrical-coordinate representation of color #667B59: hue angle of 97.06º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #667B59 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 102 | 123 | 89 | - |
| CMYK | 0.17 | 0 | 0.28 | 0.52 |
| HSL | 97.06º | 0.16% | 0.42% | - |
| HSV(B) | 97.06º | 0.28% | 0.48% | - |
| XYZ | 14.37 | 17.71 | 12.11 | - |
| YUV | 112.85 | 114.54 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 123 | 89 | 0.17 | 0 | 0.28 | 0.52 | 97.06 | 0.16 | 0.42 |
| Hex | 66 | 7B | 59 | 11 | 0 | 1C | 34 | 61 | 10 | 2A |
| Octal | 146 | 173 | 131 | 21 | 0 | 34 | 64 | 141 | 20 | 52 |
| Binary | 1100110 | 1111011 | 1011001 | 10001 | 0 | 11100 | 110100 | 1100001 | 10000 | 101010 |
Color Harmonies of #667B59
Complementary color
Monochromatic Colors of #667B59
Black with #667B59
Text Example
Text Example
White with #667B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667B59; }
p { color: rgb(102,123,89); }
H1.HeaderClassName
{
color: #667B59;
}
.AnyTagClassName
{
color: #667B59;
}
</style>
background-color css
<style>
a { background-color: #667B59; }
a { background-color: rgb(102,123,89); }
div.DivClassName
{
background-color: #667B59;
}
.BgClassName
{
background-color: #667B59;
}
</style>
border-color css
<style>
span { border-color: #667B59; }
span { border-color: rgb(102,123,89); }
td.TdClassName
{
border-color: #667B59;
}
.TagClassName
{
border-color: #667B59;
}
</style>