Shades of Axolotl #667859
Tints of Axolotl #667859
RGB
CMYK
RGB Variations
Color information
#667859 (or 0x667859) is known color: Axolotl. HEX triplet: 66, 78 and 59. RGB value is (102,120,89). Sum of RGB (Red+Green+Blue) = 102+120+89=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 120 (47.27% from 255 or 38.59% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 120 - color contains mainly: green. Hex color #667859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667859 is #9987A6. Grayscale: #6F6F6F. Windows color (decimal): -10061735 or 5863526. OLE color: 5863526.
HSL color Cylindrical-coordinate representation of color #667859: hue angle of 94.84º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #667859 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 120 | 89 | - |
| CMYK | 0.15 | 0 | 0.26 | 0.53 |
| HSL | 94.84º | 0.15% | 0.41% | - |
| HSV(B) | 94.84º | 0.26% | 0.47% | - |
| XYZ | 14 | 16.98 | 11.99 | - |
| YUV | 111.08 | 115.54 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 120 | 89 | 0.15 | 0 | 0.26 | 0.53 | 94.84 | 0.15 | 0.41 |
| Hex | 66 | 78 | 59 | F | 0 | 1A | 35 | 5F | F | 29 |
| Octal | 146 | 170 | 131 | 17 | 0 | 32 | 65 | 137 | 17 | 51 |
| Binary | 1100110 | 1111000 | 1011001 | 1111 | 0 | 11010 | 110101 | 1011111 | 1111 | 101001 |
Color Harmonies of #667859
Complementary color
Monochromatic Colors of #667859
Black with #667859
Text Example
Text Example
White with #667859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667859; }
p { color: rgb(102,120,89); }
H1.HeaderClassName
{
color: #667859;
}
.AnyTagClassName
{
color: #667859;
}
</style>
background-color css
<style>
a { background-color: #667859; }
a { background-color: rgb(102,120,89); }
div.DivClassName
{
background-color: #667859;
}
.BgClassName
{
background-color: #667859;
}
</style>
border-color css
<style>
span { border-color: #667859; }
span { border-color: rgb(102,120,89); }
td.TdClassName
{
border-color: #667859;
}
.TagClassName
{
border-color: #667859;
}
</style>