Shades of Axolotl #66785E
Tints of Axolotl #66785E
RGB
CMYK
RGB Variations
Color information
#66785E (or 0x66785E) is known color: Axolotl. HEX triplet: 66, 78 and 5E. RGB value is (102,120,94). Sum of RGB (Red+Green+Blue) = 102+120+94=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 120 - color contains mainly: green. Hex color #66785E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66785E is #9987A1. Grayscale: #6F6F6F. Windows color (decimal): -10061730 or 6191206. OLE color: 6191206.
HSL color Cylindrical-coordinate representation of color #66785E: hue angle of 101.54º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #66785E is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 120 | 94 | - |
| CMYK | 0.15 | 0 | 0.22 | 0.53 |
| HSL | 101.54º | 0.12% | 0.42% | - |
| HSV(B) | 101.54º | 0.22% | 0.47% | - |
| XYZ | 14.22 | 17.07 | 13.13 | - |
| YUV | 111.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 120 | 94 | 0.15 | 0 | 0.22 | 0.53 | 101.54 | 0.12 | 0.42 |
| Hex | 66 | 78 | 5E | F | 0 | 16 | 35 | 66 | C | 2A |
| Octal | 146 | 170 | 136 | 17 | 0 | 26 | 65 | 146 | 14 | 52 |
| Binary | 1100110 | 1111000 | 1011110 | 1111 | 0 | 10110 | 110101 | 1100110 | 1100 | 101010 |
Color Harmonies of #66785E
Complementary color
Monochromatic Colors of #66785E
Black with #66785E
Text Example
Text Example
White with #66785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66785E; }
p { color: rgb(102,120,94); }
H1.HeaderClassName
{
color: #66785E;
}
.AnyTagClassName
{
color: #66785E;
}
</style>
background-color css
<style>
a { background-color: #66785E; }
a { background-color: rgb(102,120,94); }
div.DivClassName
{
background-color: #66785E;
}
.BgClassName
{
background-color: #66785E;
}
</style>
border-color css
<style>
span { border-color: #66785E; }
span { border-color: rgb(102,120,94); }
td.TdClassName
{
border-color: #66785E;
}
.TagClassName
{
border-color: #66785E;
}
</style>